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