public void HookCoreEvent(ICoreEventHandler handler)
 {
     _router.AddCoreEventHandler(handler.GetHandlingEventType(), handler);
 }