public RHostBrokerConnector(ICoreShell coreShell = null) { _coreShell = coreShell; _hostConnector = new NullRHostConnector(); }
public RHostBrokerConnector() { _hostConnector = new NullRHostConnector(); }