Id of app
assert(H5App.id("aId").id == "aId"); assert(H5App.id("aId").id("otherId").id == "otherId");
Name of app
assert(H5App.name("aName").name == "aName"); assert(H5App.name("aName").name("otherName").name == "otherName");
See Implementation