public async Task GetLabel()
        {
            var res = await _DiscogsClient.GetLabel(125);

            res.Should().NotBeNull();
        }