public static void LaunchPrivacyPolicyPopup(Action<Task<bool>> action)
        {
            PopupUIController.LaunchMessageBox(TR.Tr("alert"), TR.Tr("privacy_policy_description"), TR.Tr("privacy_policy_read_and_accept"), TR.Cancel, action);
        }