public async Task GetReleaseAsync() { var res = await _DiscogsClient.GetReleaseAsync(1704673); res.Should().NotBeNull(); }