public static string Create(this SQAggregates aggregate, SQAdapter adp, params string[] parameters)
 {
     return(adp.CreateAggregate(aggregate, parameters));
 }