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