public void try_existing_QuestParty()
        {
            var aggregator = new SingleStreamAggregation <QuestParty>().Build(new StoreOptions());

            aggregator.ShouldNotBeNull();
        }