namespace Winsoft.GOV.PowerMatter.Restful.Models { public class WhiteIP { public string IP { get; set; } public string Source { get; set; } } }