protected NeuraliumBlockchainSystemEventTypes()
        {
            this.AccountTotalUpdated         = this.CreateChildConstant();
            this.MiningBountyAllocated       = this.CreateChildConstant();
            this.NeuraliumMiningPrimeElected = this.CreateChildConstant();

            //for debugging
            //this.PrintValues(",");
        }
 public NeuraliumSystemMessageTask(BlockchainSystemEventType eventType) : base(eventType)
 {
 }