using speedLight.BL.Models; namespace speedLight.BL.Intf; public interface IPictureSourceProvider { IEnumerable GetPictureItems(); }