public async Task SetUserReleaseRatingAsync() { var res = await _DiscogsClient.SetUserReleaseRatingAsync(488973, 5); res.Should().NotBeNull(); }