protected override ITransport DoCreateTransport(Uri location, Socket socket, IWireFormat wireFormat)
        {
            Tracer.Debug("Creating new instance of the TcpFaulty Transport.");
            TcpFaultyTransport transport = new TcpFaultyTransport(location, socket, wireFormat);

            return(transport);
        }
        protected override ITransport DoCreateTransport(Uri location, Socket socket, IWireFormat wireFormat )
        {
            Tracer.Debug("Creating new instance of the TcpFaulty Transport.");
            TcpFaultyTransport transport = new TcpFaultyTransport(location, socket, wireFormat);

            return transport;
        }