pub type DynClientConnection = Arc<dyn IClientConnection>;
pub struct DynClientConnection { /* private fields */ }