public void DeleteStartupShortcuts(IEnumerable <IShortcut> shortcuts) { _shortcutService.DeleteShortcuts(StartupPath, shortcuts); }