public FornecedorCnpjAppService(IFornecedorCnpjService baseService) : base(baseService)
 {
     _baseService = baseService;
 }