public void OpenAppLocation() { try { SysService.OpenAppLocation(); } catch (Exception exc) { LogException("Can not open app location", exc); } }