public ConversaoMoedaController(IIntegrationCotacaoMoeda integrationCotacaoMoeda)
 {
     conversorMoeda = new ConversorMoeda(integrationCotacaoMoeda);
 }
 public ConversorMoeda(IIntegrationCotacaoMoeda integrationCotacaoMoeda)
 {
     _integrationCotacaoMoeda = integrationCotacaoMoeda;
 }