pub type DynGatewayApi<E> = Arc<dyn IAdminGateway<Error = E> + Send + Sync + 'static>;
pub struct DynGatewayApi<E> { /* private fields */ }