static Future<void> salvarLog(Log log) async { if (pagamentoContractInject) { await sl<PagamentoContract>().salvarLog(log); } }