namespace SiteStatus.Dbo { public class SettingsPingDbo { public int Timeout { get; set; } public int Count { get; set; } } }