public AggregateList listAggregates() throws CloudException {
Project project = getProject();
warnStub();
AggregateList response = new AggregateList();
response.aggregates = Lists.newArrayList();
// for (DnsDomain domain : dnsService.listDomains(project)) {
// response.domain_entries.add(toModel(domain));
// }