public async Task <ShotInformationResponse> Shot([FromBody] ShotCommand command) { var result = await _shipService.Shot(command.Coordinates); return(result.ToRest()); }