public ESRI.ArcLogistics.CatalogService.esriServiceCatalogMessageFormat GetMessageFormats()
 {
     ESRI.ArcLogistics.CatalogService.GetMessageFormatsRequest  inValue = new ESRI.ArcLogistics.CatalogService.GetMessageFormatsRequest();
     ESRI.ArcLogistics.CatalogService.GetMessageFormatsResponse retVal  = ((ESRI.ArcLogistics.CatalogService.ServiceCatalogPort)(this)).GetMessageFormats(inValue);
     return(retVal.MessageFormats);
 }
 ESRI.ArcLogistics.CatalogService.GetMessageFormatsResponse ESRI.ArcLogistics.CatalogService.ServiceCatalogPort.GetMessageFormats(ESRI.ArcLogistics.CatalogService.GetMessageFormatsRequest request)
 {
     return(base.Channel.GetMessageFormats(request));
 }