public ReadHandler(TestAsyncOperate parent)
 {
     this.parent = parent;
 }
 public DeleteHandlerList(TestAsyncOperate parent, Key key)
 {
     this.parent = parent;
     this.key    = key;
 }