public async Task <bool> AddApp(AppDto user) { return(await appsService.Add(user, LoggedUser?.Token)); }