public void UninitializeHandle(Handle handle)
 {
     this.ThrowIfDisposed();
     handle.Uninitialize(this);
 }