public SuspendLock(ExtensibilityEventsDispatcher owner) { this._owner = owner; this._previousState = this._owner._suspended; this._owner._suspended = true; }