using Moonlight.Frontend.Infrastructure.Models; namespace Moonlight.Frontend.Infrastructure.Hooks; public interface ISidebarProvider { public Task GetItemsAsync(); }