public PlaceHolderAPIExamples()
 {
     api = new PlaceholdersApi(AppSID, SecretKey);
 }
 public void Init()
 {
     m_instance = new PlaceholdersApi(TestUtils.Configuration);
 }