public Robot() { robot = new RealRobot(); }
public void TestMethod1() { var testRobot = new RealRobot(); }