internal ReplicaLazyPersistTask(RamDiskAsyncLazyPersistService _enclosing, string
                                 bpId, long blockId, long genStamp, long creationTime, FilePath blockFile, FilePath
                                 metaFile, FsVolumeReference targetVolume, FilePath lazyPersistDir)
 {
     this._enclosing     = _enclosing;
     this.bpId           = bpId;
     this.blockId        = blockId;
     this.genStamp       = genStamp;
     this.creationTime   = creationTime;
     this.blockFile      = blockFile;
     this.metaFile       = metaFile;
     this.targetVolume   = targetVolume;
     this.lazyPersistDir = lazyPersistDir;
 }
 public _ThreadFactory_71(RamDiskAsyncLazyPersistService _enclosing, FilePath volume
                          )
 {
     this._enclosing = _enclosing;
     this.volume     = volume;
 }