public System.Threading.Tasks.Task <JobPlanResponse> PlanJobAsync(JobPlanRequest body, System.Threading.CancellationToken cancellationToken) => PlanJobAsync(body.Job.ID, body, cancellationToken);
public System.Threading.Tasks.Task <JobPlanResponse> PlanJobAsync(JobPlanRequest body) => PlanJobAsync(body.Job.ID, body);