App1Spec app1Spec = apam.createInstance(app1CompoType, App1Spec.class);
System.out
.println("\n==================Start call test=================== \n");
app1Spec.call("Call Main APP1 from Test");
System.out
.println("\n=================End call test====================\n");
}