public static string GetConfigValue(ConfigValues configValue) => ConfigurationManager.AppSettings[configValue.ToString()];
public static string GetConfig(ConfigValues config) { return(GetConfig(config.ToString())); }