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