public SimpleEventHubHost(ICreateClients clientFactory) : base(clientFactory)
 {
     _processorFactory = new SimpleProcessorFactory();
 }
 protected BaseEventHubProcessor(ICreateClients clientFactory)
 {
     _clientFactory = clientFactory;
 }