public IApplicationHost Create(string binFolder, string assembly)
        {
            ProcessApplicationHost host = new ProcessApplicationHost(binFolder, portManager);

            Logger.Info("Created new " + host.GetType().FullName);
            return(host);
        }
		public IApplicationHost Create(string binFolder, string assembly) {
			ProcessApplicationHost host = new ProcessApplicationHost(binFolder, portManager);
			Logger.Info("Created new " + host.GetType().FullName);
			return (host);
		}