export interface IKeyValuePair { key: string; value: T; }