public static string AppSettings(string name)
 {
     return(ConfigurationManager.AppSettings[name + EnvironmentSettings.GetEnvironmentTypeEx()]);
 }