static LocalKey? keyForWIDStatic(AFID? wid) { if(wid == null) { return null; } return ValueKey<String>(wid.code); }