namespace Expose.MyIT.Shared.Models.Stateless.Methods; public interface IClientSettingsController { static string GetRouteName() => nameof(IClientSettingsController)[1..^10]; string[] GetClientSettings(); string GetIpAddress(); }