public HostControllerBootstrap(
     final HostControllerEnvironment environment, final String authCode) {
   this.environment = environment;
   this.authCode = authCode;
   this.shutdownHook = new ShutdownHook();
   this.serviceContainer = shutdownHook.register();
 }