public async Task <bool> UpdateApp(AppDto app) { return(await appsService.Update(app, LoggedUser?.Token)); }