@Test()
public void testLinkPagingReturnsData() throws InterruptedException, NoSuchFieldException, NoSuchFieldException, IllegalArgumentException,
IllegalAccessException, Exception {
Pipeline pipeline = new Pipeline(url);
final HttpStubProvider provider = new HttpStubProvider(url, new HeaderAndBody(SERIALIZED_POINTS.getBytes(), new HashMap<String, Object>()));
PageConfig pageConfig = new PageConfig();
GsonBuilder builder = new GsonBuilder().registerTypeAdapter(Point.class, new RestAdapterTest.PointTypeAdapter());
PipeConfig pipeConfig = new PipeConfig(url, ListClassId.class);