/** @return configuration if the rover rotated right maintaing the same location */
 public RoverConfiguration rotateRightConfiguration() {
   return new RoverConfiguration(currentPosition.rightPosition(), currentLocation);
 }