public static void SetCurrent(SessionUser sessionUser) { HttpContext.Current.Session[SESSION_USER_KEY] = sessionUser; }