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