public void requestCancelWorkflowExecution(WorkflowExecution execution) {
   genericClient.requestCancelWorkflowExecution(execution);
 }