public function testHasNotes()
 {
     $o = new Operation(array('notes' => 'foo'), new Description([]));
     $this->assertEquals('foo', $o->getNotes());
 }