public async Task <IList <RatingModel> > GetUserCurrentRatings(int userId) { return(await _service.GetCurrentRating(userId)); }