public void Setup() { _snapshotstore = new NullSnapshotStore(); _snapshot = new TestSnapshotAggregateSnapshot(); _snapshotstore.Save(_snapshot); }