public async Task <IActionResult> Addrating(UserRatingDto rating)
 {
     return(Ok(await _characterService.AddUserRating(rating)));
 }