private void Apply(TestAggregateDidSomething e) { Loaded = true; Number++; }
public void Apply(TestAggregateDidSomething e) { DidSomethingCount++; }