public void TestSetUp() { storageSystem = new InMemoryStorageSystem(); testStore = storageSystem.CreateStore("TestStore"); objStore = new ObjectStore(1, testStore); objStore.Create(); }