static void WriteRowKey(StreamWriter s, Ex.IRow row) { s.Write(row.Key); }
static void WriteSubRowKey(StreamWriter s, Ex.IRow row) { var subRow = (Ex.Variant2.SubRow)row; s.Write(subRow.FullKey); }