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

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