public PIS.Ground.Infotainment.Journaling.ReportExchange.ResultType NotifyInfotainmentJournalRetrieved(ref string requestId, uint folderId)
 {
     PIS.Ground.Infotainment.Journaling.ReportExchange.NotifyInfotainmentJournalRetrievedRequest inValue = new PIS.Ground.Infotainment.Journaling.ReportExchange.NotifyInfotainmentJournalRetrievedRequest();
     inValue.requestId = requestId;
     inValue.folderId  = folderId;
     PIS.Ground.Infotainment.Journaling.ReportExchange.NotifyInfotainmentJournalRetrievedResponse retVal = ((PIS.Ground.Infotainment.Journaling.ReportExchange.IReportExchangeService)(this)).NotifyInfotainmentJournalRetrieved(inValue);
     requestId = retVal.requestId;
     return(retVal.result);
 }
 PIS.Ground.Infotainment.Journaling.ReportExchange.NotifyInfotainmentJournalRetrievedResponse PIS.Ground.Infotainment.Journaling.ReportExchange.IReportExchangeService.NotifyInfotainmentJournalRetrieved(PIS.Ground.Infotainment.Journaling.ReportExchange.NotifyInfotainmentJournalRetrievedRequest request)
 {
     return(base.Channel.NotifyInfotainmentJournalRetrieved(request));
 }