trait BuildableCaseClass[T] { 
    def build(input: Seq[String]) : Either[T, Seq[ValidationError]]
}