public Task <string> GetShoppingCart(string words, string stores)
        {
            var recipe = new AddHtmlToRecipe();

            return(recipe.GenerateShoppingCart(words, stores, _context));
        }