namespace VberZero.Configuration; public interface IRoleManagementConfig { List<StaticRoleDefinition> StaticRoles { get; } }