public async Task <List <Bookmark> > GetBookMarkByUserId(string userId)
 {
     return(await _bookmarkRepository.GetBookMarkByUserId(userId));
 }