public CountClosedWorkflowExecutionsResult Unmarshall(JsonUnmarshallerContext context)
        {
            CountClosedWorkflowExecutionsResult result = new CountClosedWorkflowExecutionsResult();

            result.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.GetInstance().Unmarshall(context);
            return(result);
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context, CountClosedWorkflowExecutionsResponse response)
 {
     response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.GetInstance().Unmarshall(context);
     return;
 }