Retrieves a WebSocketConnection by its unique id.
id
WebSocketConnection? get(String id) => _connections[id];