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