public function testSelfUrl()
 {
     $this->mapping->setSelfUrl('/api/post/{postId}');
     $this->assertEquals('/api/post/{postId}', $this->mapping->getSelfUrl());
 }