private IRatingService RatingService() { var ratingService = new RatingService(); ratingService.ClearRating(); return(ratingService); }