pub type PbGetTaskInfoRequest = GetTaskInfoRequest;
struct PbGetTaskInfoRequest { pub task_id: Option<TaskId>, }
task_id: Option<TaskId>