using LiteCqrs; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Admin.Roles.ChangeUserRole; public sealed record ChangeUserRoleCommand(Guid UserId, Guid RoleId) : ICommand;