public async Task <bool> UpdateShipLocation(Ship ship, int planetId) { return(await _shipRepository.UpdateShipLocation(ship, planetId)); }