public bool Test(object context)
 {
     return(!_operand.Test(context));
 }