public IActionResult GetTrashNote() { IEnumerable <Note> note = _notesBL.GetTrashNote(Convert.ToInt64(GetTokenType())); return(Ok(note)); }