using LiteCqrs; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Auth.ChangeUserName; public sealed record ChangeUserNameCommand(string NewUserName) : ICommand;