pub fn find_server<'a>( servers: &'a HashMap<String, ServerInfo>, identifier: &str, ) -> Result<&'a ServerInfo>