using System.Collections.Generic; namespace SiteStatus.Dbo { public class SettingsSiteDbo { public string Name { get; set; } public IList Hosts { get; set; } } }