@Test
 public void testSync() {
   String syncText = service.getSyncText();
   System.out.println(syncText);
 }