public void Teardown()
 {
     base.VerifyAllExpectations();
     _encryption.VerifyAllExpectations();
     _userManager.VerifyAllExpectations();
     _recaptcha.VerifyAllExpectations();
     _services.VerifyAllExpectations();
 }
 public void Teardown()
 {
     VerifyAllExpectations();
     _appSensor.VerifyAllExpectations();
     _encryption.VerifyAllExpectations();
     _httpCache.VerifyAllExpectations();
     _userManager.VerifyAllExpectations();
     _recaptcha.VerifyAllExpectations();
     _services.VerifyAllExpectations();
 }