private IDbContextProvider <ApplicationDbContext> _contextProvider = new DbContextProvider(); // TODO: Dependency injection

        /// <summary>
        /// Get the current tenant context FOR THIS REQUEST.
        /// </summary>
        /// <returns></returns>
        protected ApplicationDbContext GetCurrentDbContext() => _contextProvider.GetCurrentDbContext();