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