public ConsentManagerException()
 {
     consentManagerException = ConsentManagerClientFactory.GetConsentManagerException();
 }
 public Builder(string customVen, string customVendor, string httpsCustomVendorCom)
 {
     nativeVendorBuilder =
         ConsentManagerClientFactory.GetVendorBuilder(customVen, customVendor, httpsCustomVendorCom);
 }
 private ConsentManager()
 {
     nativeConsentManager = ConsentManagerClientFactory.GetConsentManager();
 }
 public Builder()
 {
     nativeConsentFormBuilder = ConsentManagerClientFactory.GetConsentFormBuilder();
 }