public string[] getCarriers()
 {
     Project_Fall2015_SilentAunctionPro.ISUSMSWebService.getCarriersRequest  inValue = new Project_Fall2015_SilentAunctionPro.ISUSMSWebService.getCarriersRequest();
     Project_Fall2015_SilentAunctionPro.ISUSMSWebService.getCarriersResponse retVal  = ((Project_Fall2015_SilentAunctionPro.ISUSMSWebService.ISUSMS)(this)).getCarriers(inValue);
     return(retVal.@return);
 }
 Project_Fall2015_SilentAunctionPro.ISUSMSWebService.getCarriersResponse Project_Fall2015_SilentAunctionPro.ISUSMSWebService.ISUSMS.getCarriers(Project_Fall2015_SilentAunctionPro.ISUSMSWebService.getCarriersRequest request)
 {
     return(base.Channel.getCarriers(request));
 }