public CheckThirdPartyProcessingService(DipsConfiguration configuration, ILogger log)
     : base(configuration, log, configuration.CheckThirdPartyQueueName, configuration.CheckThirdPartyExchangeName)
 {
     CheckThirdPartyRequest  = new CheckThirdPartyRequestSubscriber(configuration, log, Consumer, InvalidExchange, InvalidRoutingKey, RecoverableRoutingKey);
     CheckThirdPartyResponse = new CheckThirdPartyResponsePollingJob(configuration, log, Exchange);
 }
 public CheckThirdPartyProcessingService(DipsConfiguration configuration, ILogger log)
     : base(configuration, log, configuration.CheckThirdPartyQueueName, configuration.CheckThirdPartyExchangeName)
 {
     CheckThirdPartyRequest = new CheckThirdPartyRequestSubscriber(configuration, log, Consumer, InvalidExchange, InvalidRoutingKey, RecoverableRoutingKey);
     CheckThirdPartyResponse = new CheckThirdPartyResponsePollingJob(configuration, log, Exchange);
 }