public function handle(UnlinkThemeCommand $command)
 {
     $this->themes->unlink($command->stylesheet);
     do_action('wppusher_theme_was_unlinked', new ThemeWasUnlinked());
 }