pub type SharedDevice = Arc<dyn Device>;
Simplified shared device type
struct SharedDevice { /* private fields */ }