private URI deriveImageURL(String imageName) throws ExecutionProblem {
AllArgs args = new AllArgs(new Print());
try {
args.intakeProperties(this.props, "from meta", null);
} catch (Exception e) {
throw new ExecutionProblem(e.getMessage(), e);
}
String urlString = CloudClientUtil.deriveImageURL(imageName, args);