public ActionResult DifficultyRating(int id, float rating) { return(this.HandleServiceResult(_recipeService.AddDifficultyRating(id, rating))); }