public async Task <bool> ExistAsync(Guid id) { var request = await _context. FindAsync <ClientRequest>(id); return(request != null); }