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

            res.Should().NotBeNull();
        }