public SettingValue(SettingMetaSource source) { ValueSource = source; }
public CustomSettingMetaService(CustomSettingNames customSettings, SettingMetaSource sourceOverride = SettingMetaSource.CustomSettings) { this.customSettings = customSettings; _source = sourceOverride; }