56789101112131415
public class ClientClass { public String service() { MainClass theMainClass = new MainClass(); return theMainClass.whoami(); } }