constructor(name, handler, defaults = {}) {
    this.name = name;
    this.tags = [name];
    this.handler = handler;
    this.defaults = defaults;