public async Task <IList <CouponDto> > GetActivatedCouponsAsync() { return(Mapper.Map <IList <CouponDto> >(await _couponRepository.GetActivatedCouponsAsync())); }