What is the best practice to use AddAsync() in combination with SaveChanges() in EntityFrameworkCore? I have code like this:
public class Book { publ