public async Task ProcessedThroughEventBusAsync(IntegrationEvent evt)
 {
     await _eventLogService.MarkEventAsProcessedAsync(evt);
 }