public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowTypeResponse response = new DescribeWorkflowTypeResponse();

            context.Read();
            response.DescribeWorkflowTypeResult = DescribeWorkflowTypeResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }