private IEnumerable <ContactInfoForLinking> GetOtherContactsEnumeratorForCOW(ContactInfoForLinking contactInfoContactBeingSaved, IContactStoreForContactLinking contactStoreForContactLinking)
 {
     return(contactStoreForContactLinking.GetAllContactsPerCriteria(contactInfoContactBeingSaved.EmailAddresses, contactInfoContactBeingSaved.IMAddress));
 }