using LiteCqrs; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Auth.Register; public sealed record RegisterCommand(string UserName, string Password) : ICommand>;