using System.Collections.Generic; namespace VberAdmin.Authentication.External; public interface IExternalAuthConfiguration { List Providers { get; } }