export class EntityReference {
    constructor(public id: string, public entityType: string, public name?: string) {}
}