namespace LiteCharms.Features.Email.Models; public class Party { public string? Name { get; set; } public string? Address { get; set; } }