public ConsumerWindowsService(IEndpointConsumerManager endpointManager)
        {
            _endpointManager = endpointManager;

            InitializeComponent();
        }
 public ConsumerWindowsService(IEndpointConsumerManager endpointManager, IConfiguration configuration)
 {
     _endpointManager = endpointManager;
     _configuration   = configuration;
     InitializeComponent();
 }