public IActionResult GetAllRuleGroup() { var groups = _ruleService.GetAllRuleGroup(); return(Ok(groups)); }