System.InvalidOperationException : No suitable constructor was found for entity type 'LineString'. The following constructors had parameters that could not be bound to properties of the entity type:
Cannot bind 'points' in 'LineString(Coordinate[] points)'
Cannot bind 'points', 'factory' in 'LineString(CoordinateSequence points, GeometryFactory factory)'
Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.