static void Main(string[] args)
        {
            _currentFileProcessingHandler += new CurrentFileProcessing(readConsole);


            var build = new FileBuilder(@"C:\Projetos novos\", "EafManager", _currentFileProcessingHandler);

            build.Transforme(@"C:\Projetos novos\EafManager\", "EafManager", "Manager", true, true);
            build.GetZipFile(Encoding.UTF8);
        }