protected override void Initialize(WindsorContainer container) { container.RegisterHttpControllers(typeof(TestController).Assembly); }