DOMService has a specialization in DOMExtensibleService, which allows for various DOMServiceExtensions.
This is a accessor-side of Extensible Object pattern, which we already have generalized in yangtools.concepts.ExtensibleObject/ObjectExtension, which has a sensible API as of .
Make DOMService extend ExtensibleObject and refactor placement of the various extensions.
DOMService has a specialization in DOMExtensibleService, which allows for various DOMServiceExtensions.
This is a accessor-side of Extensible Object pattern, which we already have generalized in yangtools.concepts.ExtensibleObject/ObjectExtension, which has a sensible API as of .
Make DOMService extend ExtensibleObject and refactor placement of the various extensions.