public void ActivateOffer(string offerId)
 {
     _offerRepository.Activate(offerId);
 }