public static BindIpRangeResponse Unmarshall(UnmarshallerContext context)
        {
            BindIpRangeResponse bindIpRangeResponse = new BindIpRangeResponse();

            bindIpRangeResponse.HttpResponse = context.HttpResponse;
            bindIpRangeResponse.RequestId    = context.StringValue("BindIpRange.RequestId");

            return(bindIpRangeResponse);
        }
        public static BindIpRangeResponse Unmarshall(UnmarshallerContext context)
        {
            BindIpRangeResponse bindIpRangeResponse = new BindIpRangeResponse();

            bindIpRangeResponse.HttpResponse = context.HttpResponse;
            bindIpRangeResponse.RequestId = context.StringValue("BindIpRange.RequestId");

            return bindIpRangeResponse;
        }