public List <DefectChangedQuality> ChangeDataQualityForFindingsOfTheInspection(Guid defectId)
 {
     return(_mapper.Map <List <DefectChangedQuality> >(_defectService.ChangeDataQualityForInspection(defectId)));
 }