public Metric GetMetric(int companyId, Guid uniqueId)
 {
     return(_metricRepository.GetMetric(companyId, uniqueId));
 }