/// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            CreateRouteTableResponse response = new CreateRouteTableResponse();

            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth = 2;
            }

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("routeTable", targetDepth))
                    {
                        var unmarshaller = RouteTableUnmarshaller.Instance;
                        response.RouteTable = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
            }

            return(response);
        }
        public static CreateRouteTableResponse Unmarshall(UnmarshallerContext context)
        {
            CreateRouteTableResponse createRouteTableResponse = new CreateRouteTableResponse();

            createRouteTableResponse.HttpResponse = context.HttpResponse;
            createRouteTableResponse.RequestId    = context.StringValue("CreateRouteTable.RequestId");
            createRouteTableResponse.RouteTableId = context.StringValue("CreateRouteTable.RouteTableId");

            return(createRouteTableResponse);
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            CreateRouteTableResponse response = new CreateRouteTableResponse();

            int targetDepth = 2;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("routeTable", targetDepth))
                    {
                        response.RouteTable = RouteTableUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
            }


            return(response);
        }