Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilProfile.cs =================================================================== diff -u -r5061321f2f8b942937713732163d9e55f2acb176 -r6d514ec60f68620d78015ac58ba6a966ef6b14e3 --- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilProfile.cs (.../PipingSoilProfile.cs) (revision 5061321f2f8b942937713732163d9e55f2acb176) +++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilProfile.cs (.../PipingSoilProfile.cs) (revision 6d514ec60f68620d78015ac58ba6a966ef6b14e3) @@ -94,11 +94,6 @@ public SoilProfileType SoilProfileType { get; private set; } /// - /// Gets or sets the unique identifier for the storage of the . - /// - public long StorageId { get; set; } - - /// /// Gets the thickness of the given layer in the . /// Thickness of a layer is determined by its top and the top of the layer below it. ///