public async Task AddNewsToUserFavorites(int newsId, string userId) { await _newsRepository.AddNewsToUserFavorites(newsId, userId); }