public Ziggeo(string token, string private_key, string encryption_key) { this.token = token; this.private_key = private_key; this.encryption_key = encryption_key; this.configObj = new ZiggeoConfig(); this.connectObj = new ZiggeoConnect(this); }