public void AddOutboundConnection(Connection connection) { outboundConnections.Add(connection); }
public void AddInboundConnection(Connection connection) { inboundConnections.Add(connection); }