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