public IScanClientBuilder WithCommandExecutor(ICommandExecutor executor) { executor.Configure(this.SocketClient, this.Host, this.Port); this.CommandExecutor = executor; return(this); }