public async Task AddAlreadyAddedTrackToFavourites() { bool response = await _track.AddTrackToFavorite(); Assert.IsTrue(response); }