public void try_with_all_possibilities()
 {
     SelfLiveAggregatingBuilder.Build <FakeAggregate>(new StoreOptions())
     .ShouldNotBeNull();
 }
        public void try_existing_QuestParty()
        {
            var aggregator = SelfLiveAggregatingBuilder.Build <QuestParty>(new StoreOptions());

            aggregator.ShouldNotBeNull();
        }