namespace BinaryDad.AacpsBusAlert { public class User { public Guid Id { get; set; } public string Email { get; set; } public ICollection Routes { get; set; } = new List(); } }