using JellyGlass.Core.Entities; namespace JellyGlass.Core.Interfaces; public interface IItemService { public Task GetItemsFromLibrary(string libraryId); }