public static GroupBy ThenBy(this GroupBy groupBy, Guid fieldId) { return(groupBy.ThenBy(fieldId, false)); }
public static GroupBy ThenBy(this GroupBy groupBy, string fieldName) { return(groupBy.ThenBy(fieldName, false)); }