namespace StalwartSimpleLoginMiddleware.Models; public class MemberInput { public string Email { get; set; } public bool IsExternal { get; set; } }