private void PerformStateTask() { //TODO: set target location in Brain if (Brain.TrySetTargetLocation("Counter") && Brain.CheckGuestTookFood()) { this.Exit(); } else { // Stay in the task and log event //TODO: Log that we are at the table, unloading } }