public System.Threading.Tasks.Task <UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthResponse> calculateLengthAsync(double value, string from, string to)
 {
     UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequest inValue = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequest();
     inValue.Body       = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequestBody();
     inValue.Body.value = value;
     inValue.Body.from  = from;
     inValue.Body.to    = to;
     return(((UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.ConverterServiceSoap)(this)).calculateLengthAsync(inValue));
 }
 public double calculateLength(double value, string from, string to)
 {
     UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequest inValue = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequest();
     inValue.Body       = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequestBody();
     inValue.Body.value = value;
     inValue.Body.from  = from;
     inValue.Body.to    = to;
     UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthResponse retVal = ((UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.ConverterServiceSoap)(this)).calculateLength(inValue);
     return(retVal.Body.calculateLengthResult);
 }
 System.Threading.Tasks.Task <UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthResponse> UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.ConverterServiceSoap.calculateLengthAsync(UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequest request)
 {
     return(base.Channel.calculateLengthAsync(request));
 }
 UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthResponse UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.ConverterServiceSoap.calculateLength(UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceLength.calculateLengthRequest request)
 {
     return(base.Channel.calculateLength(request));
 }