using JellyGlass.Models; namespace JellyGlass.Services; public interface IItemService { public Task GetItemsFromLibrary(string libraryId); }