if (ref.handle() != contextRef.longValue()) {
continue;
}
ContextHandle contextHandle;
try {
contextHandle = ref.asContextHandle();
} catch (JsonProtocolParseException e) {
throw new RuntimeException(e);
}
if (!contextFilter.isContextOurs(contextHandle)) {
return null;