private static Object runCommand(CommandRunner commandRunner) throws Exception {
   // PlatformLayerCliContext context = PlatformLayerCliContext.get();
   Object ret = commandRunner.runCommand();
   return toPython(ret);
 }