export interface IValidationResult { field: string; reason: string; }