Пример #1
0
 public async Task <TwitterResponse> PostTweet(string content)
 {
     return(await _twitter.PostTweetAsync(content));
 }