/// <summary> /// Reports the robot's x,y co-ordinates and the direction it's facing /// </summary> public string Report() => MyRobot.Report();