public ConsentManagerException(IConsentManagerException androidConsentManagerException)
 {
     consentManagerException = androidConsentManagerException;
 }
 public ConsentManagerException()
 {
     consentManagerException = ConsentManagerClientFactory.GetConsentManagerException();
 }