public MetricService(RestUtil restUtil, IService service) { _restUtil = restUtil; _service = service; }
public TraceService(RestUtil restUtil, IService service) { _restUtil = restUtil; _service = service; }
public ExceptionService(RestUtil restUtil, IService service) { _restUtil = restUtil; _service = service; }