public uint DownloadSoftwarePackageVersions(ref string RequestId, out PIS.Ground.Maintenance.Train.ResultType Result)
 {
     PIS.Ground.Maintenance.Train.DownloadSoftwarePackageVersionsRequest inValue = new PIS.Ground.Maintenance.Train.DownloadSoftwarePackageVersionsRequest();
     inValue.RequestId = RequestId;
     PIS.Ground.Maintenance.Train.DownloadSoftwarePackageVersionsResponse retVal = ((PIS.Ground.Maintenance.Train.IMaintenanceService)(this)).DownloadSoftwarePackageVersions(inValue);
     RequestId = retVal.RequestId;
     Result    = retVal.Result;
     return(retVal.FolderId);
 }
 public DownloadSystemMessageFilesResponse(uint FolderId, string RequestId, PIS.Ground.Maintenance.Train.ResultType Result)
 {
     this.FolderId  = FolderId;
     this.RequestId = RequestId;
     this.Result    = Result;
 }
 public DownloadSoftwarePackageVersionsResponse(uint FolderId, string RequestId, PIS.Ground.Maintenance.Train.ResultType Result)
 {
     this.FolderId  = FolderId;
     this.RequestId = RequestId;
     this.Result    = Result;
 }
 public RetrieveDataPackageBaselineListResponse(string RequestId, PIS.Ground.Maintenance.Train.ResultType Result)
 {
     this.RequestId = RequestId;
     this.Result    = Result;
 }
 public RetrieveFolderInfoResponse(string RequestId, PIS.Ground.Maintenance.Train.ResultType Result)
 {
     this.RequestId = RequestId;
     this.Result    = Result;
 }