static void Main(string[] args)
        {
            var commandLineInterface = new CommandLineInterface();

            commandLineInterface.RequestPathParamatersFromUser();
        }