public Task <AsyncJobResponse> CreateConditionAsync(CreateConditionRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse CreateCondition(CreateConditionRequest request) => Proxy.Request <AsyncJobResponse>(request);