public function literalToPackage(int $literal) : BasePackage { $packageId = abs($literal); return $this->packageById($packageId); }