public override void AcceptVisitor(IMappingModelVisitor visitor) { visitor.ProcessVersion(this); columns.Each(visitor.Visit); }