public async Task <ActionResult> DeleteAsync(Guid id) { var item = await _appUsers.DeleteAsync(id); return(Ok(Mappers.GetAppUserDTO(item))); }