Is there a reason that the FindAsync() method is omitted from the IDbSet interface? Find is part of the interface, it seems o
FindAsync()
IDbSet
Find
Change the FindAsync method to FirstOrDefaultAsync(x => x.Id == yourId);