public async Task DeleteSongFromPlaylist(int songId, int playlistId) { await _playlistRepository.DeleteSongFromPlaylist(songId, playlistId); }