public Hallway()
        {
            var monsterFactory = new MonsterFactory();

            Monster   = monsterFactory.CreateMonsterWithRandomLevel();
            Collapsed = false;
        }