public static RelatedListAPIHandler GetInstance(ZCRMRecord parentRecord, ZCRMJunctionRecord junctionRecord)
 {
     return(new RelatedListAPIHandler(parentRecord, junctionRecord));
 }
 private RelatedListAPIHandler(ZCRMRecord parentRecord, ZCRMJunctionRecord junctionRecord)
 {
     this.parentRecord   = parentRecord;
     this.junctionRecord = junctionRecord;
 }