public function _afterSuite()
 {
     parent::_afterSuite();
     if ($this->bs_local) {
         $this->bs_local->stop();
     }
 }