BinaryOperatorExpr lower(Expression rhs) { return BinaryOperatorExpr(BinaryOperator.Lower, this, rhs); }