public GiftCardsController(IGiftCardQueryService giftcardQueryService, IGiftCardCommandService giftcardCommandService) { _giftcardQueryService = giftcardQueryService; _giftcardCommandService = giftcardCommandService; }