using RecNet.Domain.Common; namespace RecNet.Application.Profiles; public sealed record LoginProfileCommand( string AppVersion, string DeviceId, PlatformType PlatformType, string PlatformId, string PlatformAuthentication);