requeue(): PromiseLike<string> {
    this.cmd = Verb.REQUEUE;
    return this.send();
  }