namespace Flawless.Communication.Request; public record UserContactModifyResponse { public string? Email { get; set; } public string? Phone { get; set; } }