public PeerConnectionObserverSafeHandle()
     : base(PeerConnectionObserverInterop.Create())
 {
 }
 protected override void ReleaseHandle(IntPtr handle) => PeerConnectionObserverInterop.Destroy(handle);