public List <BeatmapSettings> GetExportedMaps() { try { return(_dbOperator.GetExportedMaps()); } catch (Exception ex) { Notification.Push($"Error while getting exported list: {ex.Message}"); return(new List <BeatmapSettings>()); } }