pub type TransportProtocol = ProtocolBinding;
pub enum TransportProtocol { JsonRpc, Grpc, HttpJson, }