public function testConstructPreserveValue()
 {
     $ayatId = new AyatId('3:20');
     $this->assertEquals('3:20', $ayatId->getValue());
     $this->assertEquals('3:20', (string) $ayatId);
 }