/*
  * Gets current setting from _settings
  */
 public static string GetSetting(SETTING s)
 {
     return(EncryptionHandler.Unprotect(_settings[s]));
 }