Retrieves the package object for a given package id.
public function packageById(int $id) : BasePackage { return $this->packages[$id - 1]; }