pub type UBStrSender = UnboundedSender<Option<String>>;
pub struct UBStrSender { /* private fields */ }