type RestCommand = Box<dyn Fn(&str) -> Option<Command<Message>>>;
struct RestCommand(/* private fields */);