}
@Override
public T getClient() {
GenericWorkflowClient client = getGenericClientToUse();
String workflowId = client.generateUniqueId();
WorkflowExecution execution = new WorkflowExecution().withWorkflowId(workflowId);
return getClient(execution, startWorkflowOptions, dataConverter);
}
@Override