public Integer main(String... args) {
//working
Process.get().stdout().write("\n\nClientBundle Feature:\n\n");
new ClientBundleFeature(Process.get(), Resources.INSTANCE).call();
Process.get().stdout().write("\n\nFormat Feature:\n\n");
new FormatFeature(Process.get()).call();
//not working
//Process.get().stdout().write("\n\nHTTP Feature:\n\n");
//new HttpFeature(Process.get()).call();
//Process.get().stdout().write("\n\nJsonp Feature:\n\n");