public async Task Handle(LaunchShip command, CancellationToken cancellationToken) { await shipService.Launch(command.Ship, command.Captain); }