public static Task<float> Max<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, float>> selector )