void PreserveWholeObjectMain()
 {
     var nf           = new NotaFiscal2(1000, "SP");
     var valorImposto = ICMS.CalcularValor(nf);
 }