static Expression SizeExpression(Expression field, BsonValue args) { return Expression.Call(GetMethod("Size"), Data, field, Expression.Constant(args.ToDoubleOrZero(), typeof(double))); }