public CommentsPage(CommentsViewModel commentsViewModel, int complexStringId)
        {
            BindingContext = commentsViewModel;

            InitializeComponent();

            commentsViewModel.Initialize(complexStringId);
        }