@Test
public void testGetDocument() throws IOException, ServiceException {
RestSearchCloudClient client = new RestSearchCloudClient(
new DefaultHttpClientFactory(),
URI.create("http://localhost:" + port), "apikey"
);
UserModelId modelId = new UserModelId(new UserId("test"), "testGetDocument");
DocumentId docId = new DocumentId(10);