public function userdata($aKey)
 {
     assert(!is_null($this->driver));
     return $this->driver->userdata($aKey);
 }