namespace TeamCity.CSharpInteractive; internal interface ISettingGetter where TSetting: struct, Enum { TSetting GetSetting(); }