public ActionResult <ErrorDTO> Get(int id) { return(Ok(_mapper.Map <ErrorDTO>(_service.Fetch(id)))); }