private void startButton_Click(object sender, EventArgs e) { if (_selectedEntry == null) { return; } _credentialsManager.Start(_selectedEntry.Id); }