public async Task <IActionResult> Details(long id) { var log = await _auditLogAppService.GetAuditLogDetails(id); return(View(log)); }