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

            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("return", targetDepth))
                    {
                        var unmarshaller = BoolUnmarshaller.Instance;
                        response.Return = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
            }

            return(response);
        }
        public static ModifyCapacityReservationResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifyCapacityReservationResponse modifyCapacityReservationResponse = new ModifyCapacityReservationResponse();

            modifyCapacityReservationResponse.HttpResponse = _ctx.HttpResponse;
            modifyCapacityReservationResponse.RequestId    = _ctx.StringValue("ModifyCapacityReservation.RequestId");

            return(modifyCapacityReservationResponse);
        }