public async Task GetPackageVersionAsync() { var result = await _client.GetPackageVersionAsync("Flurl.Http.Xml", "1.5.0"); Assert.NotNull(result); }