public DbBeatmap FindHash(string hash) { return(Beatmaps.FirstOrDefault(b => b.BeatmapHash == hash)); }