/**
  * @param string $id
  */
 public function setKeyId($id)
 {
     $this->keyBuilder->withId($id);
 }