public override GremlinExpression Negate()
 {
     return(new OrGremlinExpression(Parameter, Operand1.Negate(), Operand2.Negate()));
 }