namespace SpaceGame.Api.Auth.Contracts; public sealed record RaceSnapshot( string Id, string Name, string Description, string Icon);