Response Unmarshaller for GetWorkflowExecutionHistory operation
Inheritance: JsonResponseUnmarshaller
 public static GetWorkflowExecutionHistoryResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new GetWorkflowExecutionHistoryResponseUnmarshaller();
     }
     return(instance);
 }
 public static GetWorkflowExecutionHistoryResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new GetWorkflowExecutionHistoryResponseUnmarshaller();
       }
       return instance;
 }