namespace StalwartSimpleLoginMiddleware.Models; public class NewRandomAliasInput { public string? Note { get; set; } }