public NinjectScope(IKernel root) { _childKernel = new ChildKernel(root); ServiceProvider = _childKernel.ForAspNet(); }