public void OpenBrowser()
        {
            string uri = GetUri();

            AuthUtil.OpenBrowser(uri);
        }