/// <inheritdoc/>
 public object DataFromResultRow(UPCRMResultRow resultRow)
 {
     return(UPCRMLinkParticipant.TableCaptionForInfoAreaIdResultRow(resultRow.RootRecordIdentification.InfoAreaId(), resultRow));
 }