public UserManager() : base(new UserStore(new ApplicationDbContext())) { this.PasswordHasher = new SQLPasswordHasher(); }