public EventHubProducerClient CreateEventHubClient(string eventHubName)
 {
     return(_context.CreateEventHubClient(eventHubName));
 }