private Task AddAsync(string command)
 {
     return(KeyBindings.First(k => k.Command == command).ShowAddKeyBindingDialogAsync());
 }