/**
  * Return the username of the channel, registered by Faett_Manager
  * in the Magento internal PEAR repository.
  *
  * @param Faett_Manager_Package_Interfaces_Information
  * 		The package information to return the username for
  * @return string The username for the channel
  */
 protected function _getUsername(Faett_Manager_Package_Interfaces_Information $information)
 {
     return $this->_service->getUsername($url = $this->_getChannel($information)->getUrl());
 }