namespace GmRelay.Shared.Platform; public sealed record PlatformUser( PlatformKind Platform, string ExternalUserId, string DisplayName, string? ExternalUsername);