/// <summary> /// Disposes the <see cref="JSCoreJavaScriptExecutor"/> instance. /// </summary> public void Dispose() { _context.GarbageCollect(); }