public TValue GetMax <TValue>(Expression <Func <T, TValue> > fieldGetter) { return(aggs.GetMax(fieldGetter)); }