export interface IKeyValuePair { Key: string; Value: any; }