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