public async Task <IActionResult> AddSong(string songKey) { await _provider.AddSong(songKey); return(Ok()); }