pub type EnableRobotRequest = Request<{ Command::EnableRobot }, ()>;
pub struct EnableRobotRequest { pub data: (), }
data: ()