public void SetReturnForType(Type type, IReturn returnValue)
 {
     Trace($"SetReturnForType(type: {type.DiagName()}, returnValue: {returnValue.DiagName(_ctx)})");
     _impl.SetReturnForType(type, returnValue);
 }