void ShowInformationMessage()
 {
     AppDelegate.ShowMessage("Warning!",
                             "If you use phone sign-in, you might receive an SMS message for verification and standard rates apply.",
                             NavigationController);
 }