public void ReloadDefinitions()
 {
     this.definitions = Definitions.read();
 }
 public Decoder()
 {
     this.definitions = Definitions.read();
 }