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