private TargetValueEnum GetTargetValue() { var activeWalls = _wallFilter .ToEntitiesList() .Count(); return(TargetHelper.GetTargetValue(activeWalls / 2)); }