String authorizationGenerate(String appkey, String appSecret) { return 'Basic ' + "${appkey}:${appSecret}".mxBase64; }