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