export interface IInternal {
    Name: string;
    Value: any;
}
