export interface Identity { getId(): string; getName(): string; }