concept G22ProjectLibrary { S libraryID; bool enabled; void loadMe() { addLibrary(libraryID); } }