public async Task <IActionResult> Get([FromQuery] FiltroFechamentoDto fechamentoDto, [FromServices] IConsultasPeriodoFechamento consultasFechamento)
 {
     return(Ok(await consultasFechamento.ObterPorTipoCalendarioDreEUe(fechamentoDto)));
 }