public Task <List <SymptomDto> > ListSymptoms([FromQuery] FilterSymptomNameDto filter)
 => _diseaseService.ListSymptomsAsync(filter);