public void process(HelloACtion test)
 {
     test("Test");
 }
 public void process(HelloACtion helloAction)
 {
     helloAction("Test");
 }