internal static CfTextRecord[] FromTextRecord(TextRecord[] source)
 {
     return source == null ? null : source.Select(FromTextRecord).ToArray();
 }