public ActionResult <IEnumerable <ProblemRuleResponse> > GetProblemRules()
 {
     return(ruleManager.GetAllProblemRules().ToList());
 }