public function close()
 {
     $this->delegate->close();
 }
 public function clearCookies()
 {
     return $this->delegate->clearCookies();
 }