public _Callable_240(TestInMemorySCMStore _enclosing, CountDownLatch start, string
                      key, string fileName)
 {
     this._enclosing = _enclosing;
     this.start      = start;
     this.key        = key;
     this.fileName   = fileName;
 }
 public _Callable_246(TestInMemorySCMStore _enclosing, CountDownLatch start, string
                      key, ApplicationId id, string user)
 {
     this._enclosing = _enclosing;
     this.start      = start;
     this.key        = key;
     this.id         = id;
     this.user       = user;
 }