public async Task <IActionResult> UpdateAsync([FromBody] PersonInput input) { await _personAppService.UpdateAsync(input); return(Accepted()); }