protected override async Task <BlogPost> PerformAddAsync(BlogPost entity)
 {
     return(await _blogService.AddBlogPostAsync(entity));
 }