public void Execute(ExecuteType executeType)
        {
            IExecutable executor = GetExecutor(executeType);

            Console.WriteLine(executor.GetResult());
        }