public PromoCode GetPromoCode(string promoCode) { return(_promoCodeRepository.GetByPromoCode(promoCode)); }