public async Task TestMethod1() { await Run(async ct => { var token = _factory.Token(TrelloAuthorization.Default.UserToken); await token.Refresh(true, ct); Console.WriteLine(token); Assert.IsNotNull(token); }); }