int GetAppSettingValueAsInt(ConfigKey key) { return(settingsReader.GetAppSettingValueAsInt(key.ToString())); }