static async Task CheckAuthExample(PocketClient client)
 {
     Console.WriteLine(await client.CheckAuthAsync());
 }