public void RelayTelegram(Telegram Telegram) { // get the state machine and send the message to the state machine somehow! ComputerPlayer.HandleMessage(Telegram); }