public async Task RemoveApp() { await appsService.Remove(MyApps, SelectedAppIndex); }
public async Task <bool> RemoveApp(int appId) { return(await appsService.Remove(appId, LoggedUser?.Token)); }