Inheritance: ChangePropertyBrick
 protected bool TestEquals(MoveBrick other)
 {
     return(TestEquals(_steps, other._steps));
 }
 protected bool TestEquals(MoveBrick other)
 {
     return TestEquals(_steps, other._steps);
 }