This is my fourth post in a series on building multi-tenant applications with ASP.NET Core.A common requirement of multi-tenancy is to partition application services per tenant. This could be something presentational (like the theme-able engine I created in the previous article) or as I'll cover in