public void GetRecentBlogsTest()
 {
     ContentService contentService = new ContentService();
     ServiceResponse<List<BlogDC>> blogs = contentService.GetRecentBlogs();
 }