namespace _0_Framework.Application; public class SelectListViewModel { public long Id { get; set; } public string Text { get; set; } }