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