public Bookmark CreateBookmark(CreateJson content)
 {
     return(_bookmarkRepository.CreateBookmark(content.Bookmark, content.Username));
 }