/**
  * @covers ::getUUID
  * @expectedException \RuntimeException
  */
 public function testGetUUIDWillThrowExceptionIfPropertyNotSet()
 {
     $application = new Application('test');
     $application->getUUID();
 }