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