public void Help()
        {
            var frSupportURL = "https://support.cozy.io/category/378-gestionnaire-de-mots-de-passe";
            var enSupportURL = "https://help.cozy.io/category/395-password-manager";
            var lang         = _i18nService.Culture.TwoLetterISOLanguageName;

            _platformUtilsService.LaunchUri(lang == "fr" ? frSupportURL : enSupportURL);
        }
 public void Help()
 {
     _platformUtilsService.LaunchUri("https://help.bitwarden.com/");
 }
 private void OpenRegistrationPageAndroid(string url)
 {
     _platformUtilsService.LaunchUri(url);
 }