public string GetTruePath() => IconGetter.GetExePathFromInk(_appPath);
 public void UpdateInfos(string appPath)
 {
     _appPath = appPath;
     Source   = IconGetter.GetIconBitmapImage(appPath);
     ToolTip  = GetPath().Replace(PocketDesktop.WorkFolder, "");
 }