private static bool Execute(IOption option) { return(option != null && option.Accept(new CommandLineExecuter())); }