private SignioDriversLicenseDecryptionResponse(DataProviderResponseState state)
 {
     ResponseState = state;
     DrivingLicense = new DrivingLicenseCard();
     DecodedData = string.Empty;
 }
 public SignioDriversLicenseDecryptionResponse()
 {
     ResponseState = DataProviderResponseState.NoRecords;
     DrivingLicense = new DrivingLicenseCard();
     DecodedData = string.Empty;
 }