public PathInstructions ToPathInstructions() => new PathInstructions(Coord1, PathInstruction.MoveTo(Coord2));
public PathInstructions ToPathInstructions() => new PathInstructions(StartPosition, PathInstruction.Cubic(EndPoint, ControlPoint1, ControlPoint2));