namespace Wino.Domain.Models.Personalization
{
public record MailListPaneLengthPreferences(string Title, double Length);
}