public BlogPost Get(Guid uniqueId)
 {
     return(_blogPostsService.Get(uniqueId));
 }