public System.Threading.Tasks.Task <bool> IsUnitTypeSupportedAsync(CloudComputing.Lab2.UnitsConverter.Client.UnitsConverterReference.UnitType type)
 {
     return(base.Channel.IsUnitTypeSupportedAsync(type));
 }
 public System.Threading.Tasks.Task <string[]> GetSupportedUnitsByTypeAsync(CloudComputing.Lab2.UnitsConverter.Client.UnitsConverterReference.UnitType type)
 {
     return(base.Channel.GetSupportedUnitsByTypeAsync(type));
 }
 public bool IsUnitTypeSupported(CloudComputing.Lab2.UnitsConverter.Client.UnitsConverterReference.UnitType type)
 {
     return(base.Channel.IsUnitTypeSupported(type));
 }
 public string[] GetSupportedUnitsByType(CloudComputing.Lab2.UnitsConverter.Client.UnitsConverterReference.UnitType type)
 {
     return(base.Channel.GetSupportedUnitsByType(type));
 }