protected void OpenDictionary()
 {
     persistentSource = new FileBasedPersistentSource(Path.GetTempPath(), "test_");
     aggregateDictionary = new AggregateDictionary(persistentSource, 2);
     persistentDictionaryOne = aggregateDictionary[0];
     persistentDictionaryTwo = aggregateDictionary[1];
 }
 protected void OpenDictionary()
 {
     persistentSource = new FileBasedPersistentSource(tempPath, "test_");
     aggregateDictionary = new AggregateDictionary(persistentSource, 1);
     persistentDictionary = aggregateDictionary[0];
 }