public void SetSelectedTheme(SlideType slideType, string themeName, bool applyForAllSlidesTypes)
 {
     _themeSaveHelper.SetSelectedTheme(slideType, themeName, applyForAllSlidesTypes);
 }