Configuration for accessing Amazon ListGeoLocations service
Inheritance: Amazon.Route53.Model.ListGeoLocationsResult
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
 {
     ListGeoLocationsResponse response = new ListGeoLocationsResponse();
     UnmarshallResult(context,response);
     
     return response;
 }        
        private static void UnmarshallResult(XmlUnmarshallerContext context, ListGeoLocationsResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            if (context.IsStartOfDocument) 
                   targetDepth += 1;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("GeoLocationDetailsList/GeoLocationDetails", targetDepth))
                    {
                        var unmarshaller = GeoLocationDetailsUnmarshaller.Instance;
                        response.GeoLocationDetailsList.Add(unmarshaller.Unmarshall(context));
                        continue;
                    }
                    if (context.TestExpression("IsTruncated", targetDepth))
                    {
                        var unmarshaller = BoolUnmarshaller.Instance;
                        response.IsTruncated = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("NextContinentCode", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.NextContinentCode = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("NextCountryCode", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.NextCountryCode = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("NextSubdivisionCode", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.NextSubdivisionCode = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("MaxItems", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.MaxItems = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
          
            return;
        }