!7 concept Action { S name, code; long lastExecuted; S lastExecutedOn; } cmodule ActionsOnComputer > DynCRUD { *() { super(Action); } }