ExceptionVM[] GetRemovableExceptions(ExceptionVM[] items) => items.Where(a => exceptionService.CanRemove(a.ExceptionInfo)).ToArray();
static ExceptionVM[] GetRemovableExceptions(ExceptionVM[] items) { return items.Where(a => ExceptionManager.Instance.CanRemove(a.ExceptionInfo)).ToArray(); }