public static void LaunchTermsOfUsePopup(Action<Task<bool>> action)
        {
            PopupUIController.LaunchMessageBox(TR.Tr("alert"), TR.Tr("terms_of_use_description"), TR.Tr("terms_of_use_read_and_accept"), TR.Cancel, action);
        }