protected override void RegisterObjectStore(ICommandDispatcher commandDispatcher, ITime time)
 {
     commandDispatcher.RegisterFileSystemObjectStore(time, new FileSystemObjectStoreTestConfig(_tempPath), new FileSystem());
 }