// We even allow overriding existing interface implementations
static A nuLike lookupInterface(Class intrface, O o) {
ret lookupDynamicInterface(intrface, o);
}
static A nuLike lookupInterface(O o, Class intrface) {
ret lookupDynamicInterface(o, intrface);
}