/// <summary>
 /// Initializes a new instance of the <see cref="NinjectHttpApplication"/> class.
 /// </summary>
 protected NinjectHttpApplication()
 {
     this.onePerRequestHttpModule = new OnePerRequestHttpModule();
     this.onePerRequestHttpModule.Init(this);
     this.bootstrapper = new Bootstrapper();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="NinjectHttpApplication"/> class.
 /// </summary>
 protected NinjectHttpApplication()
 {
     this.onePerRequestHttpModule = new OnePerRequestHttpModule();
     this.onePerRequestHttpModule.Init(this);
     this.bootstrapper = new Bootstrapper();
 }