@Test
 public void testAsyncImage() throws Exception {
   Image image = Images.later(fileImage, ForkJoinPool.commonPool()).get();
   assertNotNull(image);
 }