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