concept G22Variable is IPersistenceInfo { S name; O value; bool persistent; public Map _persistenceInfo() { ret litmap("value", persistent); } }