public async Task <IEnumerable <Log_Master> > GetList(LogSource source, int?level = null, DateTime?from = null, DateTime?to = null) => (await _logger.GetList(source, level, from, to)).ToList();