sO ccallOpt(Concept.Ref ref, S method, O... args) { ret callOptWithEnter(cDeref(ref), method, args); } sO ccallOpt(O object, S method, O... args) { ret callOptWithEnter(object, method, args); }