async void GetText()
        {
            string text = await server.MobilePersonalDataPolicy();

            Text.Text = text;
        }