protected override EhfDomainItem CreateDomainItemForNewCompany(ExSearchResultEntry entry, int ehfCompanyId)
 {
     return(EhfDomainItemVersion2.CreateEhfDomainItem(entry, ehfCompanyId, this.GetMailFlowPartnerConnectorIds(entry), base.DiagSession));
 }
 private EhfDomainItemVersion2 CreateEhfDomainItem(ExSearchResultEntry entry)
 {
     return(EhfDomainItemVersion2.CreateEhfDomainItem(entry, this.GetMailFlowPartnerConnectorIds(entry), base.EhfConnection.DiagSession));
 }