export interface IFormField { Name: string; Value: string; }