public uint Release() { uint count; Native.ThrowIfError(Native.JsContextRelease(this, out count)); return count; }