public void apply_event() { var p = new MyProjection(); dynamic evnt = new MyEvnt(); p.FakeDispatch(evnt); Assert.AreEqual(evnt, p.EventAppened); }