namespace Wonky.Entity.Views; public class SupportAdvisorView { public string AdvisorId { get; set; } = ""; public string FullName { get; set; } = ""; public string CountryCode { get; set; } = ""; }