public function testPoint1DLowerDimension()
 {
     $point1D = new Point1D(17);
     $this->assertInstanceOf(AbstractPoint::class, $point1D->lowerDimension());
 }