public static MessageOutbound In(this TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }
 private MessageOutbound OutputConfiguration(TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }
 private MessageOutbound AndSendsThem(TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }