/**
  * @return Module
  * @throws Exception
  */
 public function fetch()
 {
     return $this->query->fetch();
 }