public async Task <IActionResult> Page(DiseaseQuery diseaseQuery)
 {
     return(Success(await _diseaseService.PageAsync(diseaseQuery)));
 }