public void When(TestCreateEventFooBar e) { Id = e.Id; }
public TestAggregateRootFooBar(FooBarId id) { var @event = new TestCreateEventFooBar(id); Apply(@event); }