public static string ToHexNumberString(this UInt160 value) { return(Bits.ToString(value.ToByteArrayBE()).Replace("-", "").ToLower()); }