namespace Shogi.UI.Pages.Home.Account { public readonly record struct User( string Id, string DisplayName, WhichAccountPlatform WhichAccountPlatform) { } }