public void OnOpenInTerminal()
 {
     foreach (var dir in GetCurrentDirectories())
     {
         DesktopService.OpenInTerminal(dir);
     }
 }