namespace Expose.MyIT.Shared.Models.Stateless; public interface IAppSettingsRepository { List GetAppSettings(); }