public MadMax(ITestableRobot robot) : base(robot) { }
public TestableRobot(ITestableRobot robot) { _onTest = true; _testableRobot = robot; }