private bool ComputeAIResponse(
            RequestCache requestCache,
            out string result_code)
        {
            AIMoveRequestProcessor aiMoveRequest = new AIMoveRequestProcessor(m_current_room_key);

            aiMoveRequest.AddRelevantGameEvents(m_ai_relevant_events);

            return(aiMoveRequest.ProcessRequest(requestCache, out result_code));
        }
        private bool ComputeAIResponse(
            RequestCache requestCache,
            out string result_code)
        {
            AIMoveRequestProcessor aiMoveRequest = new AIMoveRequestProcessor(m_current_room_key);

            aiMoveRequest.AddRelevantGameEvents(m_ai_relevant_events);

            return aiMoveRequest.ProcessRequest(requestCache, out result_code);
        }