public function testCanGetReasonMessageFromJson()
 {
     $reason = new Thing2();
     $e = new RejectionException($reason);
     $this->assertContains("{}", $e->getMessage());
 }