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