public async Task <IActionResult> OnPostAsync() { if (!ModelState.IsValid) { throw new KuArgNullException(); } await _service.SaveAsync(Dto); return(Json(true)); }