public void ConvertNullAPIToAPI()
 {
     apiSignerInformationForEquifaxUSA1 = null;
     converter = new SignerInformationForEquifaxUSAConverter(apiSignerInformationForEquifaxUSA1);
     Assert.IsNull(converter.ToAPISignerInformationForEquifaxUSA());
 }
 public void ConvertNullSDKToSDK()
 {
     sdkSignerInformationForEquifaxUSA1 = null;
     converter = new SignerInformationForEquifaxUSAConverter(sdkSignerInformationForEquifaxUSA1);
     Assert.IsNull(converter.ToSDKSignerInformationForEquifaxUSA());
 }