@Test
 public void testGet() throws Exception {
   assertNotNull(
       "process data retrieved successfully",
       experimentResource.get(ResourceType.PROCESS, processId));
 }