List<TaskSummary> result = new ArrayList<TaskSummary>();
JaxbCommandsResponse resp = new JaxbCommandsResponse();
resp.addResult(result, 0, cmd);
cmd = new GetTasksByProcessInstanceIdCommand();
List<Long> resultTwo = new ArrayList<Long>();
resp.addResult(resultTwo, 1, cmd);
Object newResp = testRoundTrip(resp);
assertNotNull(newResp);