if ($cleanupInvalidEnabled === 'yes') {
                // FIXME: for now delete, but maybe provide a dialog in the future to the user
                // to inform that share no longer valid and should contact owner? Likely big refactor
                $this->manager->removeShare($this->mountPoint);
                $this->manager->getMountManager()->removeMount($this->mountPoint);