public EnsureAuthenticated( IEnsureConnected ensureConnected, IAuthenticationManager authenticationManager) { this.authenticationManager = authenticationManager; this.ensureConnected = ensureConnected; }
public CommandRunner( IEnsureConnected ensureConnected, IAuthenticationManager authenticationManager, IConfigClient configClient) { this.authenticationManager = authenticationManager; this.configClient = configClient; this.ensureConnected = ensureConnected; }