public void GetBlogTest()
 {
     ContentService contentService = new ContentService();
     ServiceResponse<BlogDC> blog= contentService.GetBlog(8);
 }