export interface IKey { primaryKey: string; secondaryKey: string; asSingleComponentKey(): string; }