public async Task ITriggerTheFunctionGetTweets()
 {
     var getTweets = new GetTweets();
     await getTweets.RunAsync();
 }