}
@Test
public void getPeople_groupId() throws ExecutionException, InterruptedException {
Set<UserId> ids = getUserIdSet();
GroupId groupId = new GroupId(GroupId.Type.objectId, GROUP_ID);
expect(repository.findByGroup(GROUP_ID)).andReturn(getDbPersonList());
replay(repository);
Future<RestfulCollection<Person>> people = service.getPeople(ids, groupId, null, null, token);