protected bool TestEquals(ChangeVariableBrick other)
 {
     return TestEquals(_relativeValue, other._relativeValue);
 }
 protected bool TestEquals(ChangeVariableBrick other)
 {
     return(TestEquals(_relativeValue, other._relativeValue));
 }