using System; namespace Model { public class Link { public string Title { get; set; } public string Url { get; set; } } }