namespace Prefab.Base; /// /// Read‑only view of the generic attributes bag. /// public interface IHasGenericAttributes { /// /// Gets the read-only dictionary of custom attributes. /// IReadOnlyDictionary GenericAttributes { get; } }