public function __construct($opt)
 {
     parent::__construct($opt);
     $this->method = 'debug';
     $this->options['username'] = $opt['username'];
     $this->options['password'] = $opt['password'];
 }