@foreach (var account in Accounts) {
}
@code { [Parameter] public List Accounts { get; set; } = new(); }