public InternalAPI(IAgentManager agentManager)
 {
     _internalCommunicationLayer = new InternalCommunication(agentManager);
 }