public void NextPhase() { Log.Verbose("NextPhase", "RPC"); Publish(new PhaseEndMessage(_phase)); _phase.Next(); }