public void Init()
        {
            string basePath = "the_url";

            this.xApiKey = "your_api_key";
            this.api     = new EFLOWApi(basePath);
        }
        public void Init()
        {
            string basePath = "the_url";

            this.xApiKey  = "your_api_key";
            this.username = "******";
            this.password = "******";
            this.api      = new EFLOWApi(basePath);
        }