@inheritDoc
public function getDuration() : int { return ($this->hasEnded ? $this->endEpochNanos : Clock::getDefault()->now()) - $this->startEpochNanos; }