/**
  * @return mixed
  */
 public function getHomePage()
 {
     return $this->repository->getHomePage();
 }