public async Task <IHttpActionResult> GetPlaylists() { var playlists = await _api.GetPlaylists(); return(Ok(playlists)); }