pub type ServerInfo = Implementation;
pub struct ServerInfo { pub name: String, pub version: String, }
name: String
version: String