namespace TerribleDev.Blog.Web.Models { public class BlogConfiguration { public string Title { get; set; } public string Link { get; set; } } }