public bool CanExecute(ICommandTarget target)
 {
     return(TerminalCommand.DoesOpenTargetSession(target));
 }