public static bool IsAuthorized(this HttpSessionStateBase Session) { return(Session.GetUser() != null); }