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