public MongoParallelInsertTests(MongoEventStoreReplicaSetFixture fixture)
        {
            _ = fixture;

            var typeNameRegistry = new TypeNameRegistry().Map(typeof(MyEvent), "My");

            eventDataFormatter = new DefaultEventDataFormatter(typeNameRegistry, JsonHelper.DefaultSerializer);
        }
 public MongoEventStoreTests(MongoEventStoreFixture fixture)
 {
     this.fixture = fixture;
 }
 public MongoEventStoreTests(MongoEventStoreFixture fixture)
 {
     _ = fixture;
 }