public ICollection <string> IsSqlQueryValid(string sql)
 {
     return(SqlValidator.IsSqlQueryValid(sql));
 }