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