pub trait GetTransportSerializer { fn get_transport_serializer(&self) -> &Box<dyn TransportSerializer>; }