public ManeuverResponse Maneuver([FromBody] ManeuverRequest maneuverRequest)
 {
     return(gameStrategy.DecideWhereToManeuver(maneuverRequest));
 }