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