public static string Identity(this Bogus.Randomizer randomizer)
 {
     return($"test|{randomizer.Hexadecimal(16, "")}");
 }