public string GetParity(SRMMVC2_.AKCurrency.AuthHeader AuthHeader)
 {
     SRMMVC2_.AKCurrency.GetParityRequest inValue = new SRMMVC2_.AKCurrency.GetParityRequest();
     inValue.AuthHeader = AuthHeader;
     SRMMVC2_.AKCurrency.GetParityResponse retVal = ((SRMMVC2_.AKCurrency.DataServiceSoap)(this)).GetParity(inValue);
     return(retVal.GetParityResult);
 }
 public System.Threading.Tasks.Task <SRMMVC2_.AKCurrency.GetParityResponse> GetParityAsync(SRMMVC2_.AKCurrency.AuthHeader AuthHeader)
 {
     SRMMVC2_.AKCurrency.GetParityRequest inValue = new SRMMVC2_.AKCurrency.GetParityRequest();
     inValue.AuthHeader = AuthHeader;
     return(((SRMMVC2_.AKCurrency.DataServiceSoap)(this)).GetParityAsync(inValue));
 }
 System.Threading.Tasks.Task <SRMMVC2_.AKCurrency.GetParityResponse> SRMMVC2_.AKCurrency.DataServiceSoap.GetParityAsync(SRMMVC2_.AKCurrency.GetParityRequest request)
 {
     return(base.Channel.GetParityAsync(request));
 }
 SRMMVC2_.AKCurrency.GetParityResponse SRMMVC2_.AKCurrency.DataServiceSoap.GetParity(SRMMVC2_.AKCurrency.GetParityRequest request)
 {
     return(base.Channel.GetParity(request));
 }