public _PoolEntryFuture_170(AbstractConnPool <T, C, E> _enclosing, T route, object
                             state, Lock baseArg1, FutureCallback <E> baseArg2) : base(baseArg1, baseArg2)
 {
     this._enclosing = _enclosing;
     this.route      = route;
     this.state      = state;
 }
 public _RouteSpecificPool_146(AbstractConnPool <T, C, E> _enclosing, T route, T baseArg1
                               ) : base(baseArg1)
 {
     this._enclosing = _enclosing;
     this.route      = route;
 }