internal static CfCall[] FromCall(Call[] source)
 {
     return source == null ? null : source.Select(FromCall).ToArray();
 }