private static async Task PopulateListOfTmdbGenres() { _tmdbMovieGenres = await _movieGenreRepository.GetAllGenresBySource(Category.SOURCE_TMDB); }