public async Task <TwitterResponse> PostBlogTweetByCategoryAsync(string category)
 {
     return(await _twitter.PostBlogTweetByCategoryAsync(category));
 }