public void SetUp() { _connection = EventStoreConnection.Create(); _connection.Connect(IntegrationTestTcpEndPoint); _repo = new GetEventStoreRepository(_connection); }