private void OpenAppCenter()
 {
     try
     {
         this.ParentWindow?.Utils.HandleApplicationBrowserClick(BlueStacksUIUtils.GetAppCenterUrl((string)null), LocaleStrings.GetLocalizedString("STRING_APP_CENTER", ""), "appcenter", false, "");
     }
     catch (Exception ex)
     {
         Logger.Error("Couldn't open app center. Ex: {0}", (object)ex);
     }
 }