using Core.Annotations; namespace Core.Helpers; [Injectable] public class UtilityHelper { public List ArrayIntersect(List a, List b) { throw new NotImplementedException(); } }