internal static void RecycleApplicationInstance(HttpApplication app)
 {
     _theApplicationFactory.RecycleNormalApplicationInstance(app);
 }