public async Task <IActionResult> GetSamplePlaylistsAsync()
 {
     return(Ok(await _projectBL.GetSamplePlaylistsAsync()));
 }