namespace GameList.Contracts; public record RegisterRequest(string Username, string Password, string? DisplayName); public record LoginRequest(string Username, string Password);