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

            result.Run = RunUnmarshaller.GetInstance().Unmarshall(context);
            return(result);
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context, StartWorkflowExecutionResponse response)
 {
     response.Run = RunUnmarshaller.GetInstance().Unmarshall(context);
     return;
 }