public void ApplyChangeWithNoChangeShouldNotFail() { var agg = new FakeAggregate(); agg.DoFakeEvent3(); agg.Version.Should().Be(0); }