public string GetStatusText() { return($"{_rover.GetLocation().PointX} {_rover.GetLocation().PointY} {_rover.GetRotation()}"); }