TetherBase.modules.forEach((module) => {
      if (!isUndefined(module.destroy)) {
        module.destroy.call(this);
      }
    });