namespace WebsitePanel.Providers.RemoteDesktopServices { public class StartMenuApp { public string DisplayName { get; set; } public string FilePath { get; set; } public string FileVirtualPath { get; set; } } }