EF Core – Get the db schema name of an Entity

I’m currently working on a project using EF Core, and the database uses various schema names to segregate data types.  I was having a hard time finding a way at run-time (in and override of SaveChanges() actually) to get back out the schema name of the table associated with an entity.  This was the best I could come up with …