namespace Moonlight.Client.Interfaces; public interface IOverviewElementProvider { public void ModifyOverview(List overviewComponents); }