public HandledExceptionService()
 {
     _handledExceptionRepository = new HandledExceptionRepository(new MetricityContext());
 }