namespace Expose.MyIT.Shared.Models.Stateless; public interface IWeatherForecastController { static string GetRouteName() => nameof(IWeatherForecastController)[1..^10]; T Get(); }