public VerifyEmailPage(ILocalAuth authStore)
 {
     InitializeComponent();
     this.authStore = authStore;
     RecheckVerification();
 }