public bool Accept(IVersion target)
 {
     return string.IsNullOrEmpty(target.GetColumnName());
 }