pub trait VZSocketDeviceConfiguration { // Required method fn id(&self) -> Id; }
common configure of socket device