pub type Exchanges = Arc<DashMap<String, Sender<Response>>>;
pub struct Exchanges { /* private fields */ }