private void ConsumerSourceTestMethod() { Assert.IsFalse(consumer.eventSet); source.Fire(); Assert.IsTrue(consumer.eventSet); }