public SwiftClient(SwiftConfig cfg) { this.cfg = cfg; rc = new RestClient(cfg.Url); Authenticate(); }