export interface ISelfValidate {
    Validate(): any;
}