/**
  * @return bool
  */
 public function isGuest()
 {
     return $this->visitorRepository->isGuest();
 }