Implement FailureMechanismSectionUpdateStrategy to for "bijwerken" of sections. This strategy will try to match old sections with current ones and transfer the *SectionResult data using an IFailureMechanismSectionResultUpdateStrategy. Note: currently this implementation will cause weird behavior when importing multiple sections with a length of 0 (so the sections are the same), after updating all 0 length sections will have the result data of the first 0 length section. WTI-1752
Incorporated comments review 3108:- Fixed test, because it was calling the wrong overload- Introduced additional input tracking parameter as a FailureMechanism N is not the same as a FailureMechanismSection NWTI-1782