public async void LoadVideoComments(int id)
 {
     VideoComments = await shredderService.GetVideoComments(id);
 }