/**
  * retorna o módulo
  *
  * @return string
  * */
 public function getModule()
 {
     return (string) $this->_request->getModule();
 }