properties[$propertyName] = $map; return $this; } public function addMethod(string $methodName, ?Map $map = null): static { $this->methods[$methodName] = $map; return $this; } }