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