internal static void EndSession(HttpSessionState session, Object eventSource, EventArgs eventArgs)
 {
     _theApplicationFactory.FireSessionOnEnd(session, eventSource, eventArgs);
 }