/// Authentication and session management
pubmodauth;/// Main client implementation
pubmodclient;/// Application configuration module
pubmodconfig;/// Dynamic market streamer with thread-safe subscription management
pubmoddynamic_streamer;/// Service interfaces and traits
pubmodinterfaces;/// Rate limiter module for API request throttling
pubmodrate_limiter;