namespace FastSeekWpf.Core; public class NtfsDrive { public char Letter { get; set; } public string Root { get; set; } = string.Empty; public string DevicePath => $"\\\\.\\{Letter}:"; }