public function setUp()
 {
     parent::setUp();
     $this->attributes = Factory::property(['id' => 1]);
     $this->app->instance('Property', $this->mock);
 }