using System.Collections.Generic;
namespace ScrappingExample.Models
public int ID { get; set; }
public string BrandName { get; set; }
public string Name { get; set; }
public decimal Price { get; set; }
public int Quantiy { get; set; }
public string DetailsUrl { get; set; }