public async Task <bool> IsFavorite(Favorite favorite) { return(await _favoriteRepository.CheckFavorite(favorite)); }