class Singleton extends AnnotatedObject {
  constructor() {
    super();
    this.addAttributeHandler('Type', this.addAttributeToObj, {});
    this.addAttributeHandler('Name', null, {});