public async Task <ActionResult <Ship> > GetShip(int shipId) { return(await _shipService.GetShipById(shipId)); }