public async Task <int> AddSongContributorsAsync(List <SongContributor> contributors) { return(await _songRepository.AddSongContributorsAsync(contributors)); }