protected function _handleInput()
 {
     $this->_code = isset($_GET['code']) ? $_GET['code'] : NULL;
     $nsm = new Newsletter_Subscription_Manager();
     $this->_unsubscription_result = $nsm->unsubscribe(NULL, NULL, $this->_code);
 }