public RuleParser(Dictionary <string, string> hierarchy, ProductModel model) { _parseUtils = new ParseUtils(hierarchy, model); }