using JellyGlass.Models; namespace JellyGlass.Services; public interface IServerService { public Task GetServers(); }