public RotateRoverRightCommand(Rover rover) { Rover = rover; }
public MoveRoverForwardCommand(Rover rover) { Rover = rover; }