public FalkonryService(string host, string token) { this.host = host; this.token = token; this.http = new HttpService(host, token); }