public void ParseFromHexOrDefaultTest(string hex, ulong res)
 {
     ParseUtility.ParseFromHexOrDefault(hex).Should().Be(res);
 }