public async Task HandleAsync(DeleteFlight command, ICorrelationContext context)
 => await _flightsRepository.DeleteAsync(command.Id);