public override bool Execute(ActionContext actionContext)
 {
     return(KeyboardNavigation.NavigateRight(actionContext.tracks));
 }