static WithPollValue withGlobalIDToWithPollValue(WithGlobalID a) { ret a == null ?: withPollValue(a.globalID(), a!); }