public uint DownloadSystemMessageFiles(ref string RequestId, out PIS.Ground.Maintenance.Train.ResultType Result)
 {
     PIS.Ground.Maintenance.Train.DownloadSystemMessageFilesRequest inValue = new PIS.Ground.Maintenance.Train.DownloadSystemMessageFilesRequest();
     inValue.RequestId = RequestId;
     PIS.Ground.Maintenance.Train.DownloadSystemMessageFilesResponse retVal = ((PIS.Ground.Maintenance.Train.IMaintenanceService)(this)).DownloadSystemMessageFiles(inValue);
     RequestId = retVal.RequestId;
     Result    = retVal.Result;
     return(retVal.FolderId);
 }
 PIS.Ground.Maintenance.Train.DownloadSystemMessageFilesResponse PIS.Ground.Maintenance.Train.IMaintenanceService.DownloadSystemMessageFiles(PIS.Ground.Maintenance.Train.DownloadSystemMessageFilesRequest request)
 {
     return(base.Channel.DownloadSystemMessageFiles(request));
 }