protected internal void ClearErrors() { var list = _ErrorList.ToList(); // Clone error list because it will be changed during OnErrorFixed call. foreach (var e in list) { OnErrorFixed(e); } }