/**
  * @param $remote_id
  * @return mixed
  */
 public function getPageByRemoteId($remote_id)
 {
     return $this->repository->getByRemoteId($remote_id);
 }