public static void Main()
IMEI = "LETSPRETENDIM15CHARS"
Console.WriteLine(foo.IsRegistered);
public string AssetId { get; set; } = string.Empty;
public string VIN { get; set; } = string.Empty;
public string IMEI { get; set; } = string.Empty;
public bool IsRegistered => !string.IsNullOrEmpty(IMEI);