public class Product { public Guid Id {get;set;} public string Description {get;set;} }