private void OnOpenSectionRequested(SectionId sectionId) { OnRequestOpenSection?.Invoke(sectionId); }
protected void RequestOpenSection(SectionsController.SectionId id) { OnRequestOpenSection?.Invoke(id); }