public void Notify(ApplicationEvent eventData)
 {
     _distributionChannel.Notify(eventData);
 }