public static ProductProperty ToShopifyModel(this StorefrontModel.Catalog.CatalogProperty property)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidProductProperty(property));
        }