using Domain.Enums; namespace Infrastructure.Verticals.ItemStriker; public interface IStriker { Task StrikeAndCheckLimit(string hash, string itemName, ushort maxStrikes, StrikeType strikeType); }