/**
  * @test
  */
 public function getServiceSpecificationReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getServiceSpecification());
 }