namespace ModernKeePass.Models { public class NavigationItem { public string Id { get; set; } public bool IsNew { get; set; } } }