public async Task AddAndSaveEventAsync(IntegrationEvent evt) { //_logger.LogInformation("----- Enqueuing integration event {IntegrationEventId} to repository ({@IntegrationEvent})", evt.Id, evt); await SaveEventAsync(evt, _bankingDbContext.GetCurrentTransaction()); }