public App(Echoable echoable)
 {
     this.echoable = echoable;
 }
 public void setEchoable(Echoable echoable)
 {
     this.echoable = echoable;
 }