public void TestInitialize() { _file = MemoryMappedFile.CreateNew(Guid.NewGuid().ToString(), 1000000); _store = BlockStore.Create(_file); }
public Program() { _store = BlockStore.Create(MemoryMappedFile.CreateNew(Guid.NewGuid().ToString(), 10000)); }