public MyWindowsFormApplication.ServiceCandidates.ArrayOfString GetAllYears()
 {
     MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequest inValue = new MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequest();
     inValue.Body = new MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequestBody();
     MyWindowsFormApplication.ServiceCandidates.GetAllYearsResponse retVal = ((MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap)(this)).GetAllYears(inValue);
     return(retVal.Body.GetAllYearsResult);
 }
 public System.Threading.Tasks.Task <MyWindowsFormApplication.ServiceCandidates.GetAllYearsResponse> GetAllYearsAsync()
 {
     MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequest inValue = new MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequest();
     inValue.Body = new MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequestBody();
     return(((MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap)(this)).GetAllYearsAsync(inValue));
 }
 System.Threading.Tasks.Task <MyWindowsFormApplication.ServiceCandidates.GetAllYearsResponse> MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap.GetAllYearsAsync(MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequest request)
 {
     return(base.Channel.GetAllYearsAsync(request));
 }
 MyWindowsFormApplication.ServiceCandidates.GetAllYearsResponse MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap.GetAllYears(MyWindowsFormApplication.ServiceCandidates.GetAllYearsRequest request)
 {
     return(base.Channel.GetAllYears(request));
 }