public void Initialize()
        {
            /*
             *
             * GlobalConfiguration.Settings = new CLManagerSettings
             * {
             *  LogRequestsAndResponses = true,
             *  FormatResponse = true
             * };
             *
             */

            manager = new CLManager(TestConfiguration.ApiAccessKey);
        }
 public CLClient(String accessToken)
 {
     currencyLayoutManager = new CLManager(accessToken);
 }