$broadcast(name: string, args: any) {
    if (!this.events[name]) {
      this.events[name] = new EventEmitter<any>();
    }