namespace Shogi.Api.Repositories.Dto; public readonly record struct SessionDto(string Name, string Player1, string Player2) { }