private void Disconnect()
 {
     if (PerceptionRemotingPlugin.GetConnectionState() != HolographicStreamerConnectionState.Disconnected)
     {
         PerceptionRemotingPlugin.Disconnect();
     }
 }
 private void Disconnect()
 {
     PerceptionRemotingPlugin.Disconnect();
 }