public void Include(MvxRecyclerView mvxLinearLayout)
        {
            mvxLinearLayout = new MvxRecyclerView(null, null);
            mvxLinearLayout.ChildViewAdded       += (s, e) => mvxLinearLayout = null;
            mvxLinearLayout.ViewAttachedToWindow += (s, e) => mvxLinearLayout = null;

            mvxLinearLayout.OnChildAttachedToWindow(null);
        }