public async Task Handle(LocateShip command, CancellationToken cancellationToken)
 {
     await shipService.Locate(command.Ship);
 }