public CheckingResult(CheckingResult result) { FirstErrorLine = result.FirstErrorLine; FirstErrorColumn = result.FirstErrorColumn; Output = result.Output; Description = result.Description; }