private bool IsHeroInInnerMap() { var heroCell = _hero.PositionCell; return(Map.CellInInnerMap(heroCell)); }