public void Setup()
 {
     _store = new TrackingEventStore(new InMemoryEventStore(new JsonDomainEventSerializer()));
 }
 public void Setup()
 {
     _store = new TrackingEventStore(new InMemoryEventStore());
 }
 public void Setup()
 {
     _store = new TrackingEventStore(new InMemoryEventStore(new JsonDomainEventSerializer()));
 }
 public void Setup()
 {
     _store = new TrackingEventStore(new InMemoryEventStore());
 }