internal void Shutdown()
 {
     NearbyConnections.NearbyConnections_Stop(SelfPtr());
 }
 internal void StopAllConnections()
 {
     NearbyConnections.NearbyConnections_Stop(SelfPtr());
 }