public async Task <IActionResult> Page(DiagnosisQuery diagnosisQuery) { return(Success(await _diagnosisService.PageAsync(diagnosisQuery))); }