public function testSaveNotModified()
 {
     $this->serializer->expects($this->never())->method('write');
     $this->object->save();
 }