public ResponseTagExistingEventClustersRequestedConsumer(IEventClusterRestService eventClusterRestService,
                                                          IResponseRestService responseRestService,
                                                          ILogger <ResponseTagExistingEventClustersRequestedConsumer> logger)
 {
     _logger = logger;
     _eventClusterRestService = eventClusterRestService;
     _responseRestService     = responseRestService;
 }
 public EventClusterCreateOrUpdateRequestedConsumer(IEventClusterRestService eventClusterRestService,
                                                    ILogger <EventClusterCreateOrUpdateRequestedConsumer> logger)
 {
     _logger = logger;
     _eventClusterRestService = eventClusterRestService;
 }