public void HandleEvent(NoticeEvent evt, ISession session)
 {
     Logger.Write(evt.ToString());
 }
 private static void HandleEvent(NoticeEvent noticeEvent, ISession session)
 {
     Logger.Write(noticeEvent.ToString());
 }
 public void HandleEvent(NoticeEvent evt, Context ctx)
 {
 }
 public void HandleEvent(NoticeEvent evt, ISession session)
 {
 }
 public void HandleEvent(NoticeEvent evt, Context ctx)
 {
     Logger.Write(evt.ToString());
 }