pub type ServerLocations = AHashMap<String, Arc<Vec<String>>>;
pub struct ServerLocations(/* private fields */);