pub type ClientSmeServer = UnboundedSender<Endpoint>;
pub struct ClientSmeServer(/* private fields */);