using System.Collections.Generic; namespace Yavsc.Models.Market { public class Catalog { public List Products { get; set; } public List Services { get; set; } } }