public ExceptionLog GetById(int Id) => _exceptionLogRepository.GetSingleById(Id);