public static BigInteger GetLastNumber(NeoCounter e, NeoCounters counter)
 {
     throw new NotImplementedException();
 }
 public static void TakeNextNumber(NeoCounter e, NeoCounters counter)
 {
     throw new NotImplementedException();
 }