Something like if RuleGroup1 is a parent to RuleGroup2 and RuleGroup2 is a
parent to RuleGroup3, we are trying to build a path which will be
RuleGroup1\RuleGroup2\RuleGroup3. RuleGroup1, RuleGroup2 and RuleGroup3 are
the names of the rule groups.
The problem is the GetParentRuleGroup takes a way to long, approx 5 seconds
to get the parent and build the path. Is there a better and faster way to get
the path?