pub fn get_from_map(
    map: &HashMap<String, String>
) -> Result<Vec<NICInfo>, Error>