public async Task AddArtistToFavourite() { bool response = await _user.AddArtistToFavourite(_artist); Assert.IsTrue(response); }