};
GroupNamingConvention.Factory namingConvention = Guice.createInjector(new AbstractModule() {
@Override
protected void configure() {
Names.bindProperties(binder(), new DigitalOceanApiMetadata().getDefaultProperties());
}
}).getInstance(GroupNamingConvention.Factory.class);
return new DropletToNodeMetadata(imageSupplier, hardwareSupplier, locationSupplier, new DropletStatusToStatus(),
namingConvention, credentialStore);