 public class HelloWorldService {

 private final static String s = "Hello World";

 public String getMessage(){
    return Ciao;
 }
}
