namespace MoonlightServers.Frontend.Models; public class ServerTab { public string Path { get; set; } public string Name { get; set; } }