public EventingPullHandler(IEventSource eventSource)
 {
     _subscription = new PullSubscription(eventSource);
 }
 public EventingPullHandler(IEventSource eventSource)
 {
     _subscription = new PullSubscription(eventSource);
 }