public IList <string> GetValues(string setting)
 {
     return(SettingsCache.GetValues(setting));
 }