/**
  * @return bool
  */
 public function isBuilding()
 {
     return $this->configPersister->isLocked();
 }