namespace OI.Metrology.Shared.Models.Stateless; public interface IOpenInsightV1Controller { static string GetRouteName() => nameof(IOpenInsightV1Controller)[1..^10]; T GetTencorRun(string rds, string? insertDate, string? recipe); }