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