/// <summary>
 /// Adds a DistributedCacheStore to the application.
 /// </summary>
 public static FinbuckleMultiTenantBuilder <TTenantInfo> WithDistributedCacheStore <TTenantInfo>(this FinbuckleMultiTenantBuilder <TTenantInfo> builder)
     where TTenantInfo : class, ITenantInfo, new()
 => builder.WithDistributedCacheStore(TimeSpan.MaxValue);