private bool IsPerson(IntVector2 position) { return(seats.ContainsKey(position) && seats[position] == SeatState.Person); }