export class NameValue
{
public type: string;
public class: string;
public sendTo: string;
public value: string;
}