public function gera(Fatura $fatura)
 {
     $valor = $fatura->getValorMensal();
     $nf = new NotaFiscal($valor, $this->impostoSobreValor($valor));
     $this->executaAcoes($nf);
 }