public void Start() { selfHostStarter = new OwinStartup("http://+:" + this.portToHostOn, this.iocContainer); selfHostStarter.Start(); }