namespace OI.Metrology.Shared.Models.Stateless; public interface ISpreadingResistanceProfileController<T> { enum Action : int { Index = 0 } static string GetRouteName() => nameof(ISpreadingResistanceProfileController<T>)[1..^10]; T GetAttachment(int toolTypeId, string tabletype, string attachmentId, string filename); }