コード例 #1
0
        public async Task GetUserIdentity()
        {
            var res = await _DiscogsClient.GetUserIdentity();

            res.Should().NotBeNull();
        }