namespace Expose.MyIT.Shared.Models.Stateless; public interface IAppSettingsController { enum Action : int { App = 0 } static string GetRouteName() => nameof(IAppSettingsController)[1..^10]; T GetAppSettings(); }