impl.repository.createPackage("testBuiltInSelectorPackage", "woot");
impl.repository.createState("Dev");
impl.repository.createState("QA");
CategoryItem cat = impl.repository.loadCategory("/");
cat.addCategory("testBuiltInSelectorCat1", "yeah");
cat.addCategory("testBuiltInSelectorCat2", "yeah");
String uuid1 = impl.createNewRule("test AddRule1", "a description",
"testBuiltInSelectorCat1", "testBuiltInSelectorPackage", "txt");
AssetItem item1 = impl.repository.loadAssetByUUID(uuid1);