pub type ProtocolSchema = ProtocolSchema;
pub struct ProtocolSchema { pub name: String, pub version: u16, }
name: String
version: u16