public void AddAggregate(IAggregate aggregate) { if (!_works.Contains(aggregate)) { _works.Add(aggregate); aggregate.Seed(); } }