public string AddGiftCard(GiftCard giftCard) => _giftCardService.CreateGiftCard(giftCard);