public VirtualBox(CommandRunner runner) { this.runner = runner; }
public SSH(CommandRunner runner) { this.runner = runner; }