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