public bool Contains(string settingKey) { return(SettingsRepository.Contains(SettingGroupKey, settingKey)); }