public function getContribution(Contribution $contribution)
 {
     return $this->contributionRepository->findById($contribution->getId());
 }