pub type PbCancelTaskRequest = CancelTaskRequest;
pub struct PbCancelTaskRequest { pub task_id: Option<TaskId>, }
task_id: Option<TaskId>