pub type SharedServices = Arc<Mutex<HashMap<String, ServiceEntry>>>;
pub struct SharedServices { /* private fields */ }