public async Task TestFollowLink() { var homeLink = new HomeLink() { Target = new Uri("https://api.github.com/") }; await Follow(homeLink); }