public function testGetHeight()
 {
     $size = new Size(800, 600);
     $this->assertEquals(600, $size->getHeight());
 }