public function getCollectionById(int $collectionId) : Collection
 {
     return $this->collectionRepository->getCollectionById($collectionId);
 }