/// <summary>
 /// Get a new instance of the current tenant context. Use with caution. Make sure you don't mix entities from different contexts.
 /// </summary>
 /// <returns></returns>
 protected ApplicationDbContext CreateNewCurrentDbContext() => _contextProvider.CreateNewCurrentDbContext();