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