public function __call($method, $parameters) { return call_user_func_array([$this->driver(), $method], $parameters); }