private getDcs() {
    // eslint-disable-next-line @typescript-eslint/no-explicit-any
    const global = window as any
    if (!global._dcs) {
      throw new Error('DCS not found')