public bool AddMetric(CounterCreate counter)
 {
     return(_dataAccessService.AddNewMetric(counter));
 }