public static void ResetBus() { _bus.Dispose(); _bus = new EventBus(); }
public static void SetBus(EventBus eventBus) { _bus = eventBus; }