type ConnectionsTrackState = Arc<RwLock<HashMap<UpstreamInner, Arc<()>>>>;
struct ConnectionsTrackState { /* private fields */ }