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