protected override async Task Handle(AlgoliaDisableIndexCommand command)
 {
     _algoliaExportRepositoryRepository.DisableAll();
 }