public IActionResult GetAllCommentsByPostId(int userProfileId) { return(Ok(_collectionRepository.GetCollectionByUser(userProfileId))); }