private void OnOSServiceFailure(OSService service)
        {
            _messageText.SetLocaleKey(
                LocaleConstants.BOSE_AR_UNITY_SDK_SERVICE_FAILURE_MESSAGE,
                service.GetLocaleKey());

            Show();
        }