public uint GetInfotainmentJournal(ref string requestId, out PIS.Ground.Infotainment.Journaling.ReportExchange.ResultType Result)
 {
     PIS.Ground.Infotainment.Journaling.ReportExchange.GetInfotainmentJournalRequest inValue = new PIS.Ground.Infotainment.Journaling.ReportExchange.GetInfotainmentJournalRequest();
     inValue.requestId = requestId;
     PIS.Ground.Infotainment.Journaling.ReportExchange.GetInfotainmentJournalResponse retVal = ((PIS.Ground.Infotainment.Journaling.ReportExchange.IReportExchangeService)(this)).GetInfotainmentJournal(inValue);
     requestId = retVal.requestId;
     Result    = retVal.Result;
     return(retVal.folderId);
 }
 public GetInfotainmentJournalResponse(uint folderId, string requestId, PIS.Ground.Infotainment.Journaling.ReportExchange.ResultType Result)
 {
     this.folderId  = folderId;
     this.requestId = requestId;
     this.Result    = Result;
 }
 public NotifyInfotainmentJournalRetrievedResponse(string requestId, PIS.Ground.Infotainment.Journaling.ReportExchange.ResultType result)
 {
     this.requestId = requestId;
     this.result    = result;
 }