public void Execute() { _roverService.CreateMarsRover(new RoverPositionModel(_x, _y, _direction), _plateauService); }