RulesRepository repo = serviceImplementation.getRulesRepository();
CategoryItem rootCat = repo.loadCategory( "/" );
CategoryItem testBuiltInSelectorCategory1 = rootCat.addCategory( "testBuiltInSelectorCategory1",
"yeah" );
testBuiltInSelectorCategory1.addCategory( "testBuiltInSelectorCategory1Child",
"yeah" );
CategoryItem testBuiltInSelectorCategory2 = rootCat.addCategory( "testBuiltInSelectorCategory2",
"yeah" );
testBuiltInSelectorCategory2.addCategory( "testBuiltInSelectorCategory2Child",
"yeah" );