public Either <QueryError, PlayList> Get(string playlistId)
 {
     return(playListQuery.GetPlayList(playlistId));
 }