public async Task <IActionResult> RemoveAsync(int?id) { var result = await _dapperService.RemoveAsync(id).ConfigureAwait(false); return(Ok(result)); }