public TestObjectWithContacts(Contact[] values) { Values = values; }
internal static CfContact FromContact(Contact source) { return source == null ? null : new CfContact(source.id, source.firstName, source.lastName, source.zipcode, source.homePhone, source.workPhone, source.mobilePhone, source.externalId, source.externalSystem, source.AnyAttr); }