public void UnsubscribeAll <TEvent> () where TEvent : class { _localEventBus.UnsubscribeAll <TEvent> (); }