public void It_is_not_null()
 {
     Blogpost = BlogPostTestHelper.CreateBlogPost();
     Blogpost.Should().NotBeNull();
 }