public async void testApiAsync() { var me = await Bot.GetMeAsync(); Console.WriteLine("Hello my name is " + me.FirstName); }