How can one access the WebSocketServer instance after instantiation with `.use(tinyws())`? I need to access this to get the list of connected clients, using the `clients` property of the server.