public string GetMain(SRMMVC2_.AKCurrency.AuthHeader AuthHeader)
 {
     SRMMVC2_.AKCurrency.GetMainRequest inValue = new SRMMVC2_.AKCurrency.GetMainRequest();
     inValue.AuthHeader = AuthHeader;
     SRMMVC2_.AKCurrency.GetMainResponse retVal = ((SRMMVC2_.AKCurrency.DataServiceSoap)(this)).GetMain(inValue);
     return(retVal.GetMainResult);
 }
 public System.Threading.Tasks.Task <SRMMVC2_.AKCurrency.GetMainResponse> GetMainAsync(SRMMVC2_.AKCurrency.AuthHeader AuthHeader)
 {
     SRMMVC2_.AKCurrency.GetMainRequest inValue = new SRMMVC2_.AKCurrency.GetMainRequest();
     inValue.AuthHeader = AuthHeader;
     return(((SRMMVC2_.AKCurrency.DataServiceSoap)(this)).GetMainAsync(inValue));
 }
 System.Threading.Tasks.Task <SRMMVC2_.AKCurrency.GetMainResponse> SRMMVC2_.AKCurrency.DataServiceSoap.GetMainAsync(SRMMVC2_.AKCurrency.GetMainRequest request)
 {
     return(base.Channel.GetMainAsync(request));
 }
 SRMMVC2_.AKCurrency.GetMainResponse SRMMVC2_.AKCurrency.DataServiceSoap.GetMain(SRMMVC2_.AKCurrency.GetMainRequest request)
 {
     return(base.Channel.GetMain(request));
 }