public async Task <int> Count()
 {
     return(await _symptomService.SymptomCountAsync());
 }