public async Task AddAlreadyAddedRadioToFavourites() { bool response = await _radio.AddRadioToFavorite(); Assert.IsTrue(response); }