public BlogPost CreateBlogPost(BlogPost blogPost)
 {
     return(_sampleRepository.CreatePost(blogPost));
 }