public IActionResult GetPlaylists() { return(Ok(Mapper.Map <IEnumerable <Models.Playlist> >( _sprotifyRepository.GetPlaylists()))); }