pub type SharedProvider<D> = Arc<dyn NetProvider<D>>;
pub struct SharedProvider<D> { /* private fields */ }