public function indexAction()
 {
     $token = $this->getRequest()->getParam("token");
     $shortUrl = new ShortUrl();
     $this->_redirect($shortUrl->expand($token));
 }