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