public RelatedBundleInfo(Row row)
     : this((string)row[0], (int)row[1])
 {
 }