TeamCity.CSharpInteractive/ISettingGetter.cs (6 lines of code) (raw):

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