/**
  * Retrives the guid for an action
  */
 protected function getGuid($params)
 {
     return parent::getGuid($this->getUri($params));
 }