namespace TeamCity.CSharpInteractive; internal interface ISettingSetter where TSetting: struct, Enum { TSetting SetSetting(TSetting value); }