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