private void UpdateImplementation() { var selectedImlementation = _options.TestRunner; if (Implementations.Contains(selectedImlementation)) { Implementation = selectedImlementation; } }