private bool ReviewExists(int userId, int recipeId) { return(_reviewRepo.ReviewExists(userId, recipeId)); }