public UserManager(IAuthDb authDb, EmailAddressValidator emailValidator) { _authDb = authDb; _emailAddressValidator = emailValidator; }