public void Aggregate_create_a_valid() { var agg = TestAggregateRoot.Create(); Assert.True(agg.ValidationResults.IsValid); }