public static Attachment ToShopifyModel(this VirtoCommerce.Storefront.Model.Attachment attachment)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidAttachment(attachment));
        }