namespace TeamCity.CSharpInteractive; internal interface ITeamCityContext { public bool TeamCityIntegration { set; } }