public GiftCardsController(IGiftCardService giftCardService, IGiftCardOrderService giftCardOrderService, IUserService userService, ILogger logger, IRegistrationService registrationService, IUserMailer userMailer, IGiftOrderConfirmationMailer giftorderConfirmationMailer, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
        {
            _giftCardService = giftCardService;
            _giftCardOrderService = giftCardOrderService;

            _registrationService = registrationService;
            _userService = userService;
            _userMailer = userMailer;
            _giftorderConfirmationMailer = giftorderConfirmationMailer;
            _logger = logger;
            _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
        }
        public GiftCardsController(IGiftCardService giftCardService, IGiftCardOrderService giftCardOrderService, IUserService userService, ILogger logger, IRegistrationService registrationService, IUserMailer userMailer, IGiftOrderConfirmationMailer giftorderConfirmationMailer, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
        {
            _giftCardService      = giftCardService;
            _giftCardOrderService = giftCardOrderService;

            _registrationService         = registrationService;
            _userService                 = userService;
            _userMailer                  = userMailer;
            _giftorderConfirmationMailer = giftorderConfirmationMailer;
            _logger = logger;
            _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
        }