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