public async Task AddRatingToUser(string userId, double value)
 {
     await _ratingManager.AddNewRatingToUser(value, userId);
 }