public async Task <bool> IndexAsync(Specimen document) => await _searchClient.IndexAsync(document);
public async Task <bool> IndexAsync(PlantInfo document) => await _searchClient.IndexAsync(document);