Castle Windsor Container 是面向接口的依赖注入容器 如果对象不是面向接口实现 是无法直接加载和管理的 需要手动注入 如下
Container.Register(Component.For<MyServiceClass>().LifestyleSingleton());