get('sourceId'); if (!$sourceId) { $sourceId = $this->id; } return $sourceId; } public function getStorage(): ?string { return $this->get('storage'); } }