public void StartGame(ILumberjackWorld world)
 {
     this.world               = world;
     IsGameStarted            = true;
     _decisionerTimer.Enabled = true;
 }