pub type Connector = Box<dyn Connect<Proxy = LauncherProxy> + Send + Sync>;
struct Connector(/* private fields */);