List <string> GetAppSettingValuesAsStringList(ConfigKey key) { return(settingsReader.GetAppSettingValueAsSeparatedStringList(key.ToString(), ',')); }