public async Task <ResponseOutput> GetUserRatings(int userId)
 {
     return(await _service.GetUserRating(userId));
 }