/// <summary>
        /// Outputs the specified bus config.
        /// </summary>
        /// <returns></returns>
        private ControlProcessorConfigurator CreateOutput()
        {
            var uri = new Uri(_HermEsbServiceConfig.Bus.ControlInput.Uri);

            _output = AgentGatewayFactory.CreateOutputGateway(_identification, uri, _HermEsbServiceConfig.Bus.ControlInput.Transport);
            return(this);
        }
 /// <summary>
 /// Outputs the specified bus config.
 /// </summary>
 /// <returns></returns>
 private ControlProcessorConfigurator CreateOutput()
 {
     var uri = new Uri(_HermEsbServiceConfig.Bus.ControlInput.Uri);
     _output = AgentGatewayFactory.CreateOutputGateway(_identification, uri, _HermEsbServiceConfig.Bus.ControlInput.Transport);
     return this;
 }