class Tunnel {

  start() {
    throw new Error('Tunnel.start')
  }