public SimpleForgotPasswordPage()
 {
     InitializeComponent();
     auth = DependencyService.Get <IFirebaseForgotPassword>();
 }