using Femto.Common.Domain; namespace Femto.Modules.Auth.Application.Interface.Deauthenticate; public record DeauthenticateCommand(Guid UserId, string SessionId, string? RememberMeToken) : ICommand;