public CommandExecutorPart(CommandPart part, Action <ParsedCommand> executor) : base(part, executor) { }
public CommandExecutorPart(CommandPart part) : base(part) { }