namespace AyCode.Interfaces.Users;
public interface IEmailConfirmed
{
bool EmailConfirmed { get; set; }
}