private void SendGameEnds() { GameEnds data = new GameEnds(); data.Game = this.Game; dispatcher.GameEnds(PacketSerializer.Serialize(data)).Wait(); }