public void TurnRight() { Direction = Direction.TurnRight(); }
public void TurnLeft() { Direction = Direction.TurnLeft(); }