public Listener(NetworkListenerRole role) {
     this.role = role;
 }
 public Connector(NetworkListenerRole role) {
     this.role = role;
 }