public safePause(): Promise<void> {
    return this.ready.then(() => this.pause());
  }