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