export interface ResponseKeyValue { Key: string; Value: string; OtherInfo?: string; }