private static void ApplyEpcMatchParameter(QueryParameter parameter, IUnitOfWork unitOfWork)
 {
     unitOfWork.EventManager.WhereEpcMatches(parameter.Values.Select(x => x.Replace("*", "%")).ToArray(), parameter.GetMatchEpcTypes());
 }