protected override string GetUserPassword(string name) { return(AuthService.GetUserPassword(name)); }
protected override bool ValidateUser(string name, string password) { return(AuthService.ValidateUser(name, password)); }