public PooledConnectionRequestContextFactory(ConnectionPool pool)
 {
     _pool = pool;
 }