public void Reset() { appEvent.RegisterListener(CreateListener()); appEvent.Reset(); Assert.AreEqual(appEvent.ListenerCount, 0); }