public System.Threading.Tasks.Task ReceptMetricAsync(SimlationDevices.ServiceReferenceDevice.MetricView metric)
 {
     return(base.Channel.ReceptMetricAsync(metric));
 }
 public void ReceptMetric(SimlationDevices.ServiceReferenceDevice.MetricView metric)
 {
     base.Channel.ReceptMetric(metric);
 }