public function testFromCountry()
 {
     $country = Country::fromIso31661Alpha2Code(Iso31661Alpha2Code::IT());
     $prefix = CountryPrefix::fromCountry($country);
     $this->assertSame(39, $prefix->value());
 }