private void RefreshErrorLogs(IEnumerable <ErrorLogEntity> logs) { foreach (var log in logs) { ErrorLogs.Insert(0, new ErrorLogModel(log)); } }