public void AgentDescisionRequest()
 {
     if (this.isScriptValid() && this.getScriptType() == "AgentScript")
     {
         AgentScript.AgentDescisionRequest();
     }
 }