public void Initialize() { _container = IoCContainer.New().Create(); _app = _container.GetService <IStringApplication>(); }