public void Setup()
 {
     _notificationEventArgs = new NotificationEventArgs("F12", "testEvent","20156789",  100);
 }
 protected virtual void Notify(NotificationEventArgs e)
 {
     NotificationEvent?.Invoke(this, e);
 }