public static void Main()
var x = new BigInteger(14256661);
Console.WriteLine("14256661 -> " + BitConverter.ToString(z).Replace("-", string.Empty));
var y = new BigInteger(z);
Console.WriteLine("158AD900 -> " + y);
var n = new BigInteger(new byte[] {0x15, 0x8A, 0xD9});
Console.WriteLine("158AD9 -> " + n);