using System; namespace ChadSoft.Edificator { public class WisdomBit { public string Author { get; set; } public DateTime CreateDate { get; set; } public string Title { get; set; } public Uri Uri { get; set; } public string Summary { get; set; } public string Content { get; set; } } }