pub type TelloCommandSender = UnboundedSender<TelloCommand>;
pub struct TelloCommandSender { /* private fields */ }