private void OnInitialized()
 {
     // If we're not showing this page, we want to start Unity in paused state
     if (Frame.Content != this)
     {
         appCallbacks.UnityPause(1);
     }
 }