/**
  * @test
  */
 public function itShouldHasUuidIdentifier()
 {
     $merchant = new Merchant('Joyeria Baguette', 'Address');
     Assertion::uuid($merchant->id());
 }