Types/Turtle/get_ID.ps1

if ($this.'.ID') { return $this.'.ID'}
$this.ID = "turtle-$([DateTimeOffset]::Now.Ticks)"
return $this.'.ID'