/**
  * @param string $kind
  */
 public function setKind($kind)
 {
     $this->keyBuilder->withKind($kind);
 }