/**
  * {@inheritDoc}
  */
 public function logout()
 {
     if (!empty($this->curl)) {
         $this->curl->close();
     }
     $this->curl = false;
 }