package itf type IValidator interface { Validate() error }