public static UnbindIpRangeResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindIpRangeResponse unbindIpRangeResponse = new UnbindIpRangeResponse();

            unbindIpRangeResponse.HttpResponse = context.HttpResponse;
            unbindIpRangeResponse.RequestId    = context.StringValue("UnbindIpRange.RequestId");

            return(unbindIpRangeResponse);
        }
        public static UnbindIpRangeResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindIpRangeResponse unbindIpRangeResponse = new UnbindIpRangeResponse();

            unbindIpRangeResponse.HttpResponse = context.HttpResponse;
            unbindIpRangeResponse.RequestId = context.StringValue("UnbindIpRange.RequestId");

            return unbindIpRangeResponse;
        }