public async Task AddAlreadyAddedPlaylistToFavourites() { bool response = await _playlist.AddPlaylistToFavorite(); Assert.IsTrue(response); }