public JsonResult SetNotebook2Blog(string notebookId, bool isBlog) { var result = notebookService.ToBlog(GetUserIdBySession(), notebookId.ToLongByHex(), isBlog); return(Json(result, MyJsonConvert.GetSimpleOptions())); }