using Femto.Common.Domain; namespace Femto.Modules.Auth.Models.Events; internal record UserPasswordChangedDomainEvent(UserIdentity User) : DomainEvent;