export class NoopWebsocketServer extends AbstractServer {

  getName(): string {
    return 'noop-websocket';
  }