export interface IValidatorError{
    name:string;
    error:string;
}