public Script_Client(string URL) { _tupleSpaceAPI = new API_XL(URL); }
public Script_Client() { _tupleSpaceAPI = new API_XL(defaultURL); }