pub type DynVirtualNetworking = Arc<dyn VirtualNetworking>;
pub struct DynVirtualNetworking { /* private fields */ }