public static string GetConnectionString(EConnectionString ec) { return(ConfigurationManager.ConnectionStrings[ec.ToString()]?.ConnectionString); }