public JsonResult LatestBlogPosts() { var posts = _blogService.GetLatestPosts(); return(Json(posts)); }