public HybridHttpContextLifecycle()
 {
     _http    = new HttpContextLifecycle();
     _nonHttp = new ThreadLocalStorageLifecycle();
 }
 public HybridHttpContextLifecycle()
 {
     _http = new HttpContextLifecycle();
     _nonHttp = new ThreadLocalStorageLifecycle();
 }